|
Sharg 1.2.3-rc.1
The argument parser for bio-c++ tools.
|
Provides helper concepts. More...
Include dependency graph for concept.hpp:
This graph shows which files directly or indirectly include this file: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.