BloombergLP::bdlat_ArrayIterators::BackInsertIterator::operator++

Increment operators

Synopses

Declared in <bdlat_arrayiterators.h>

Do nothing. This function is used in generic algorithms that use the expression *++i = v.

bdlat_ArrayIterators::BackInsertIterator<TYPE>&
operator++();
» more...

Do nothing. This function is used in generic algorithms that use the expression *i++ = v.

bdlat_ArrayIterators::BackInsertIterator<TYPE>
operator++(int postfix);
» more...

Return Value

  • reference to this modifiable iterator
  • copy of this iterator

Parameters

NameDescription
postfixunused parameter distinguishing the postfix operator