Sharg 1.1.2-rc.1
The argument parser for bio-c++ tools.
|
Checks whether the the type can be used in an add_(positional_)option call on the parser. More...
#include <sharg/concept.hpp>
Checks whether the the type can be used in an add_(positional_)option call on the parser.
option_type | The type to check. |
Read up on how to make a type model this concept here:
How to make your custom type model sharg::parsable.
In order to model this concept, the type must either model sharg::istreamable and sharg::ostreamable or model sharg::named_enumeration<option_type>.