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

Matches types with no string conversion and no stream insertion. More...

Concept definition

template<typename T>
Matches types that can be written to an output stream.
Definition type_tools.cpp:208
Matches types with no string conversion and no stream insertion.
Definition type_tools.cpp:321
Matches types a std::string can be constructed from.
Definition type_tools.cpp:315
Matches types implicitly convertible to std::string.
Definition type_tools.cpp:311

Detailed Description

Matches types with no string conversion and no stream insertion.

These need structural handling: tuple, container, or nothing at all.