Increment operator
Synopsis
Declared in <mp‐units/constrained.h>
constexpr
constrained&
operator++()
requires requires(T& v) {
{ ++v } ‐> std::same_as<T&>;
};
Return Value
Reference to the current object
Created with MrDocs