Increment operator
Declared in <mp-units/framework/quantity.h>
<mp-units/framework/quantity.h>
constexpr quantity& operator++() & requires requires(rep& v) { { ++v } -> std::same_as<rep&>; };
Reference to the current object