Increment operators

Synopses

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.

Copy this iterator, increment it, and return by value the copy that was made prior the increment.

Return Value

  • a reference to this object

  • a copy of this iterator made prior to the increment

Parameters

Name

Description

postfix

unused parameter distinguishing the postfix operator

Created with MrDocs