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