xentara-utils v2.0.4
The Xentara Utility Library
|
Determines if a type is a Boolean type. More...
#include <xentara/utils/tools/TypeTraits.hpp>
Related Symbols | |
(Note that these are not member symbols.) | |
template<typename Type > | |
constexpr bool | kIsBool |
Determines if a type is a Boolean type. | |
Determines if a type is a Boolean type.
This trait checks whether the type is possibly CV-qualified bool.
|
related |
Determines if a type is a Boolean type.
This value is true if the type is possibly CV-qualified bool.