Increment operator
Synopsis
Declared in <mp‐units/constrained.h>
constexpr
constrained<decltype(std::declval<T&>()++), ErrorPolicy>
operator++(int);
Return Value
Another instance of the object
Created with MrDocs