Sharg 1.1.2-rc.1
The argument parser for bio-c++ tools.
|
Whether the option type is considered to be a container. More...
#include <sharg/detail/concept.hpp>
Whether the option type is considered to be a container.
When adding options or positionial arguments, a distinction needs to be made between container and non-container option_type
s.
In general, all standard library containers except std::string can be considered containers.
In order to be considered a container, the option_type
must:
std::string
value_type
push_back(value_type)