Post-increments the wrapped value.
Declared in <mp-units/utility/constrained.h>
constexpr
constrained<decltype(std::declval<T&>()++), ErrorPolicy>
operator++(int tag);
the value before incrementing, wrapped in constrained
| Name | Description |
|---|---|
| tag | unused; disambiguates this postfix overload from the prefix operator++() |