Returns a quantity holding the representation type's lowest finite value.
Synopsis
Declared in <mp‐units/framework/quantity.h>
[[nodiscard]]
constexpr
static
quantity
min() noexcept
requires requires { representation_values<rep>::min(); };
Return Value
A quantity equal to representation_values<rep>::min() expressed in reference.
|
Note
|
The return value should not be discarded. |
Created with MrDocs