SeqAn3  3.0.2
The Modern C++ library for sequence analysis.
argument_parser_compatible_option Interface Reference

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>

Detailed Description

Checks whether the the type can be used in an add_(positional_)option call on the argument parser.

Template Parameters
option_typeThe type to check.

Requirements

In order to model this concept, the type must either be streamable to std::istringstream or model seqan3::named_enumeration<option_type>.


The documentation for this interface was generated from the following file: