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

Matches types a std::string can be constructed from. More...

Concept definition

template<typename T>
concept string_buildable = std::is_constructible_v<std::string, T>
Matches types a std::string can be constructed from.
Definition type_tools.cpp:315

Detailed Description

Matches types a std::string can be constructed from.