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