Set this object to point to the next writable element, and return a reference providing modifiable access to this object. This operation has no effect.
Synopsis
Declared in <bdlb_nulloutputiterator.h>
NullOutputIterator<TYPE>&
operator++(int postfix);
Return Value
reference providing modifiable access to this object
Parameters
Name |
Description |
postfix |
unused parameter distinguishing the postfix operator |
Created with MrDocs