|
cli11
|
Maps a type to the one used to store it in a member set. More...
Public Types | |
| using | type = T |
| The storage type. | |
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.
| T | The type to map. |