[#mp_units-quantity_point-08-min] = xref:mp_units.adoc[mp_units]::xref:mp_units/quantity_point-08.adoc[quantity_point]::min :relfileprefix: ../../ :mrdocs: == Synopsis Declared in `<mp‐units/framework/quantity_point.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] constexpr static xref:mp_units/quantity_point-08.adoc[quantity_point] min() noexcept requires requires { PO._bounds_.min; } || requires { quantity_type::min(); }; ---- == Return Value [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#