Increment operators
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...
| Name | Description |
|---|---|
| postfix | unused parameter distinguishing the postfix operator |