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

Concept constraining a type to an floating point type. More...

#include <utf42.h>

Concept definition

template<typename T>
concept utf42::FloatingPointType = std::is_floating_point_v<T>
Concept constraining a type to an floating point type.
Definition utf42.h:287

Detailed Description

Concept constraining a type to an floating point type.

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