xentara-utils v1.2.1
Xentara utilities library
Loading...
Searching...
No Matches
xentara::utils::tools::CharType Concept Reference

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

#include <tools/Concepts.hpp>

Concept definition

template<typename Type>
concept xentara::utils::tools::CharType = kIsCharType<Type>
Determines if a type is a special character type.
Definition Concepts.hpp:60

Detailed Description

Determines if a type is a special character type.

This concept consists of possibly CV-qualified char, wchar_t, char8_t, char16_t, or char32_t.

See also
IsCharType