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.
Declared in <bdlb_nulloutputiterator.h>
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.
NullOutputIterator<TYPE>&
operator++();
» more...
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.
NullOutputIterator<TYPE>&
operator++(int postfix);
» more...
reference providing modifiable access to this object
| Name | Description |
|---|---|
| postfix | unused parameter distinguishing the postfix operator |