|
inlineconstexpr |
Defined in Header
Parameters
x
: Type wrapper instance embedding the type of the constant.Return value
The call eve::smallestposval(as<T>())
is semantically equivalent to:
T(1)
if eve::element_type_t<T>
is integralT(1.1754944e-38f)
if eve::element_type_t<T>
is floatT(2.225073858507201e-308)
if eve::element_type_t<T>
is double