Copy this iterator, increment it, and return by value the copy that was made prior the increment.
Declared in <bslfmt_mockformatcontext.h>
MockFormatContext_Iterator<t_CHAR>
operator++(int postfix);
a copy of this iterator made prior to the increment
| Name | Description |
|---|---|
| postfix | unused parameter distinguishing the postfix operator |