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

Matches types classified as a wrapper around a nested type. More...

Concept definition

template<typename T>
Matches types classified as a wrapper around a nested type.
Definition type_tools.cpp:1018
@ wrapper_value
Holds a nested value_type.
Definition type_tools.cpp:751
constexpr object_category_t classify_object_v
Convenience accessor for classify_object.
Definition type_tools.cpp:952

Detailed Description

Matches types classified as a wrapper around a nested type.