Assignment operators

Synopses

Declared in <bslstl_bidirectionaliterator.h>

Assign to this iterator the value of a compatible iterator.

Assign this iterator the value of a compatible bidirectional iterator.

Assign to this iterator the value of a compatible iterator.

Return Value

  • reference providing modifiable access to this object

  • reference to this modifiable object

Parameters

Name

Description

other

compatible iterator to assign from

rhs

compatible iterator to assign from

Created with MrDocs