xentara-utils v1.2.1
Xentara utilities library
Loading...
Searching...
No Matches
xentara::utils::tools::IsBool< Type > Struct Template Reference

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

#include <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.
 

Detailed Description

template<typename Type>
struct xentara::utils::tools::IsBool< Type >

Determines if a type is a Boolean type.

This trait checks whether the type is possibly CV-qualified bool.

See also
Bool

Friends And Related Symbol Documentation

◆ kIsBool

template<typename Type >
template<typename Type >
constexpr bool kIsBool
related

Determines if a type is a Boolean type.

This value is true if the type is possibly CV-qualified bool.