|
inlineconstexpr |
Defined in Header
Parameters
x : Type wrapper instance embedding the type of the constant.Return value
The call eve::maxrepint(as<T>{}) is semantically equivalent to:
eve::maxflint(as<T>{}) if eve::element_type_t<T> is a floating point type.eve::valmax(as<T>{}) if eve::element_type_t<T> is an integral type.