xentara-utils v2.0.4
The Xentara Utility Library
Loading...
Searching...
No Matches
xentara::utils::tools::Bool Concept Reference

Determines if a type is a Boolean type. More...

#include <xentara/utils/tools/Concepts.hpp>

Concept definition

template<typename Type>
concept xentara::utils::tools::Bool = kIsBool<Type>
Determines if a type is a Boolean type.
Definition Concepts.hpp:83

Detailed Description

Determines if a type is a Boolean type.

This concept consists of possibly CV-qualified bool.

See also
IsBool