cli11
Loading...
Searching...
No Matches
cli::bool_like Concept Referenceexport
module cli11

Matches exactly bool, excluding types merely convertible to it. More...

Concept definition

template<typename T>
concept bool_like = std::same_as<std::remove_cv_t<T>, bool>
Matches exactly bool, excluding types merely convertible to it.
Definition type_tools.cpp:35

Detailed Description

Matches exactly bool, excluding types merely convertible to it.