Increment operators
Declared in <bslfmt_mockformatcontext.h>
Increment this object to refer to the next character in the output buffer. Throw bslfmt::format_error if the iterator goes beyond the allowed buffer bounds.
MockFormatContext_Iterator<t_CHAR>&
operator++();
» more...
Copy this iterator, increment it, and return by value the copy that was made prior the increment.
MockFormatContext_Iterator<t_CHAR>
operator++(int);
» more...