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

Concept constraining a type to an integral type. More...

#include <utf42.h>

Concept definition

template<typename T>
concept utf42::IntegralType = std::is_integral_v<T>
Concept constraining a type to an integral type.
Definition utf42.h:278

Detailed Description

Concept constraining a type to an integral type.

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