Returns the largest representable quantity point, honoring the point origin's bounds policy.
Declared in <mp-units/framework/quantity_point.h>
[[nodiscard]]
constexpr
static
quantity_point
max() noexcept
requires requires { PO._bounds_.max; } || requires { quantity_type::max(); };
A quantity point at point_origin, holding the origin's declared upper bound if point_origin provides one, or quantity_type::max() otherwise.
The return value should not be discarded.