|
Sharg 1.2.1-rc.1
The argument parser for bio-c++ tools.
|
| ▼Nsharg | |
| ▼Ndetail | |
| Ris_container_option | Whether the option type is considered to be a container |
| Ris_ostreamable_view | Concept for views whose value type is ostreamable |
| Ristreamable | Concept for types that can be parsed from a std::istream via the stream operator |
| Rostreamable | Concept for types that can be parsed into a std::ostream via the stream operator |
| Rparsable | Checks whether the the type can be used in an add_(positional_)option call on the parser |
| Rnamed_enumeration | Checks whether the free function sharg::enumeration_names can be called on the type |
| Rvalidator | The concept for option validators passed to add_option/positional_option |