mp_units::quantity_point::operator++¶
Increment operator
Synopsis¶
Declared in <mp-units/framework/quantity_point.h>
[[nodiscard]] constexpr quantity_point operator++(int)
requires requires { quantity_from_origin_is_an_implementation_detail_++; };
Return Value¶
Another instance of the object
Note
The return value should not be discarded.