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

Matches types with a nested value_type, such as std::optional. More...

Concept definition

template<typename T>
concept wrapper_like = requires { typename T::value_type; }
Matches types with a nested value_type, such as std::optional.
Definition type_tools.cpp:266

Detailed Description

Matches types with a nested value_type, such as std::optional.