BloombergLP::bdlb::NullOutputIterator::operator++

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

NameDescription
postfixunused parameter distinguishing the postfix operator