arg_router  1.4.0
C++ command line argument parsing and routing
arg_router::utility::string_to_policy::single_char_mapper< Policy > Class Template Reference

#include <arg_router/utility/string_to_policy.hpp>

Public Types

template<typename Strings >
using type = typename inner< Strings >::type
 

Detailed Description

template<template< typename > typename Policy>
class arg_router::utility::string_to_policy::single_char_mapper< Policy >

Maps the policy to use on the first single character string, if present.

Note
For how to use, see convert(Params...)
Template Parameters
PolicyPolicy to use

Definition at line 113 of file string_to_policy.hpp.

Member Typedef Documentation

◆ type

template<template< typename > typename Policy>
template<typename Strings >
using arg_router::utility::string_to_policy::single_char_mapper< Policy >::type = typename inner<Strings>::type

Policy type initialised with the compile-time string, or void if not found.

Definition at line 130 of file string_to_policy.hpp.


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