utf-42
Loading...
Searching...
No Matches
utf42::is_character< T > Struct Template Reference

Type trait that checks whether a type is a supported character type. More...

#include <utf42.h>

Inheritance diagram for utf42::is_character< T >:
Collaboration diagram for utf42::is_character< T >:

Detailed Description

template<typename T>
struct utf42::is_character< T >

Type trait that checks whether a type is a supported character type.

Supported types are:

  • char
  • wchar_t
  • char8_t
  • char16_t
  • char32_t
Template Parameters
TType to check.
Note
Defined only if C++20 is available

The documentation for this struct was generated from the following file: