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