cli11
Loading...
Searching...
No Matches
cli::detail::string_like_category Concept Referenceexport
module cli11

Matches the four string-like categories as a group. More...

Concept definition

template<typename T>
Matches types assignable from std::string.
Definition type_tools.cpp:998
Matches types constructible from std::string.
Definition type_tools.cpp:1002
Matches the four string-like categories as a group.
Definition type_tools.cpp:1770
Matches types assignable from std::wstring.
Definition type_tools.cpp:1006
Matches types constructible from std::wstring.
Definition type_tools.cpp:1010

Detailed Description

Matches the four string-like categories as a group.