Increment operators

Synopses

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

Do nothing and return a copy of this iterator. This function is used in generic algorithms that use the expression *i++ = v

Created with MrDocs