Test if a type is a float. More...
Static Public Attributes | |
static constexpr const bool | value |
Test if a type is a float.
A template that checks a type if it is a floating point integral.
T | Type to check. |
Based on std::is_floating_point
|
staticconstexpr |