Increment operators

Synopses

Declared in <bslstl_vector.h>

Increment this iterator to refer to the next element in the underlying sequence, and return a reference to this object.

Return this object, and increment this iterator to refer to the next element in the underlying sequence.

Return Value

  • reference providing modifiable access to this iterator

  • copy of this iterator as it was before the increment

Parameters

Name

Description

unused

ignored; distinguishes post‐increment

Created with MrDocs