VCTR
Loading...
Searching...
No Matches
vctr::is::realFloatNumber Concept Reference

Constrains a type to represent a real valued floating point number. More...

Concept definition

template<class T>
concept vctr::is::realFloatNumber = std::is_floating_point_v<std::remove_cvref_t<T>>
Constrains a type to represent a real valued floating point number.
Definition: NumericTypeConcepts.h:79

Detailed Description

Constrains a type to represent a real valued floating point number.