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

Determines if a type is a special character type. More...

#include <tools/TypeTraits.hpp>

Related Symbols

(Note that these are not member symbols.)

template<typename Type >
constexpr bool kIsCharType
 Determines if a type is a special character type.
 

Detailed Description

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

Determines if a type is a special character type.

This trait checks whether the type is a possibly CV-qualified char, wchar_t, char8_t, char16_t, or char32_t.

See also
CharType

Friends And Related Symbol Documentation

◆ kIsCharType

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

Determines if a type is a special character type.

This value is true if the type is possibly CV-qualified char, char8_t, char16_t, or char32_t, wchar_t.