Sharg 1.1.2-rc.1
The argument parser for bio-c++ tools.
|
Provides helper concepts. More...
Go to the source code of this file.
Concepts | |
concept | sharg::istreamable |
Concept for types that can be parsed from a std::istream via the stream operator. | |
concept | sharg::ostreamable |
Concept for types that can be parsed into a std::ostream via the stream operator. | |
concept | sharg::parsable |
Checks whether the the type can be used in an add_(positional_)option call on the parser. | |
Provides helper concepts.