mp_units::constrained::operator--

Decrement operator

Synopsis

Declared in <mp-units/constrained.h>
constexpr
constrained&
operator--()
requires requires(T& v) {
      { --v } -> std::same_as<T&>;
    };

Return Value

Reference to the current object