[#mp_units-constrained-operator_dec-0e8] = xref:mp_units.adoc[mp_units]::xref:mp_units/constrained.adoc[constrained]::operator‐‐ :relfileprefix: ../../ :mrdocs: Decrement operator == Synopsis Declared in `<mp‐units/constrained.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:mp_units/constrained.adoc[constrained]& operator‐‐() requires requires(T& v) { { ‐‐v } ‐> std::same_as<T&>; }; ---- == Return Value Reference to the current object [.small]#Created with https://www.mrdocs.com[MrDocs]#