CppTrail
Loading...
Searching...
No Matches
utf42::CharacterType Concept Reference

Concept constraining a type to a supported character type. More...

#include <utf42.h>

Concept definition

template<typename T>
Concept constraining a type to a supported character type.
Definition utf42.h:269
std::basic_string_view< char_t > basic_string_view
String view type for poly_enc.
Definition utf42.h:179

Detailed Description

Concept constraining a type to a supported character type.

Template Parameters
TType to check.
Note
Defined only if C++20 is available