|
Sharg 1.2.2-rc.1
The argument parser for bio-c++ tools.
|
Provides auxiliary information. More...
Include dependency graph for enumeration_names.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | sharg::custom::parsing< t > |
| A type that can be specialised to provide customisation point implementations for the sharg::parser such that third party types may be adapted. More... | |
Concepts | |
| concept | sharg::named_enumeration |
| Checks whether the free function sharg::enumeration_names can be called on the type. | |
Variables | |
Customisation Points | |
| template<typename option_type > | |
| auto const | sharg::enumeration_names = detail::adl_only::enumeration_names_cpo<option_type>{}() |
| Return a conversion map from std::string_view to option_type. | |
Provides auxiliary information.