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