cli11
Loading...
Searching...
No Matches
cli::is_member_type_t< T > Struct Template Referenceexport
module cli11

Maps a type to the one used to store it in a member set. More...

Public Types

using type = T
 The storage type.

Detailed Description

template<typename T>
struct cli::is_member_type_t< T >

Maps a type to the one used to store it in a member set.

The identity mapping, except that const char * becomes std::string so that string literals in an is_member set are stored by value.

Template Parameters
TThe type to map.

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