Sharg 1.1.2-rc.1
The argument parser for bio-c++ tools.
|
Concept for types that can be parsed into a std::ostream via the stream operator. More...
#include <sharg/concept.hpp>
Concept for types that can be parsed into a std::ostream via the stream operator.
type | The type to check whether it's stremable via std::ostream or it's a container over streamable values. |
Read up on how to make a type model this concept here:
How to make your custom type model sharg::parsable.
std::ostream
must support the (un)formatted output function (operator<<
) for an l-value of a given type
or for an l-value of type::reference
.