SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
|
Checks whether the the type can be used in an add_(positional_)option call on the argument parser. More...
#include <seqan3/argument_parser/auxiliary.hpp>
Checks whether the the type can be used in an add_(positional_)option call on the argument parser.
option_type | The type to check. |
In order to model this concept, the type must either be streamable to std::istringstream or model seqan3::named_enumeration<option_type>.