mp_units::quantity_point::operator++

Pre-increments 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 increment.