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

Matches every string-like category, plus object_category_t::other. More...

Concept definition

template<typename T>
Matches every string-like category, plus object_category_t::other.
Definition type_tools.cpp:1037
@ string_assignable
Assignable from std::string.
Definition type_tools.cpp:746
@ 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 every string-like category, plus object_category_t::other.

These share a single displayed type name, so they share one concept. The grouping relies on the enumerator values being contiguous.