Increment operator

Synopsis

Declared in <mp‐units/framework/quantity_point.h>

constexpr
quantity_point&
operator++() &
requires requires { ++quantity_from_origin_is_an_implementation_detail_; };

Return Value

Reference to the current object

Created with MrDocs