Increment operators
Declared in <bdlat_arrayiterators.h>
Do nothing and return a reference to this modifiable iterator. This function is used in generic algorithms that use the expression *++i = v
bdlat_ArrayIterators::BackInsertIterator<TYPE>&
operator++();
» more...
Do nothing and return a copy of this iterator. This function is used in generic algorithms that use the expression *i++ = v
bdlat_ArrayIterators::BackInsertIterator<TYPE>
operator++(int);
» more...