|
inlineconstexpr |
Defined in Header
Parameters
x
: Type wrapper instance embedding the type of the constant.Return value
The call eve::limitexponent(as<T>())
is semantically equivalent to
as_integer_t<T>(-126)
if eve::element_type_t<T>
is floatas_integer_t<T>(-1022)
if eve::element_type_t<T>
is double