Pre‐decrements the underlying quantity from the origin.
Synopsis
Declared in <mp‐units/framework/quantity_point.h>
constexpr
quantity_point&
operator‐‐() &
requires requires { ‐‐quantity_from_origin_is_an_implementation_detail_; };
Return Value
*this, after the decrement.
Created with MrDocs