Increment operators

Synopses

Declared in <bdlat_arrayiterators.h>

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

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

Return Value

  • reference to this modifiable iterator

  • copy of this iterator

Parameters

Name

Description

postfix

unused parameter distinguishing the postfix operator

Created with MrDocs