|
inlineconstexpr |
Defined in Header
Parameters
x
: Type wrapper instance embedding the type of the constant.Return value
The call eve::maxflint(as<T>())
is semantically equivalent to:
T(16777216.0f)
if eve::element_type_t<T>
is float.T(9007199254740992.0)
if eve::element_type_t<T>
is double.