arg_router
1.4.0
C++ command line argument parsing and routing
|
#include <arg_router/utility/string_to_policy.hpp>
Public Types | |
template<typename Strings > | |
using | type = typename inner< Strings >::type |
Maps the policy to use on the first multi-character string, if present.
Policy | Policy to use |
Definition at line 51 of file string_to_policy.hpp.
using arg_router::utility::string_to_policy::first_string_mapper< Policy >::type = typename inner<Strings>::type |
Policy type initialised with the compile-time string, or void if not found.
Definition at line 68 of file string_to_policy.hpp.