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