Returns a quantity holding the representation type's highest finite value.
Declared in <mp-units/framework/quantity.h>
[[nodiscard]]
constexpr
static
quantity
max() noexcept
requires requires { representation_values<rep>::max(); };
A quantity equal to representation_values<rep>::max() expressed in reference.
The return value should not be discarded.