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

Matches types constructible from std::string. More...

Concept definition

template<typename T>
Matches types constructible from std::string.
Definition type_tools.cpp:1002
@ string_constructible
Constructible from std::string.
Definition type_tools.cpp:747
constexpr object_category_t classify_object_v
Convenience accessor for classify_object.
Definition type_tools.cpp:952

Detailed Description

Matches types constructible from std::string.