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

Matches types that fell through every other classification. More...

Concept definition

template<typename T>
Matches types that fell through every other classification.
Definition type_tools.cpp:1014
@ other
Anything else with a stream operator.
Definition type_tools.cpp:750
constexpr object_category_t classify_object_v
Convenience accessor for classify_object.
Definition type_tools.cpp:952

Detailed Description

Matches types that fell through every other classification.