Assign to this iterator the value of a compatible iterator.

Synopsis

Declared in <bslstl_randomaccessiterator.h>

Description

Copy the value of the specified other to this iterator. Return a reference to this modifiable iterator.

Return Value

reference providing modifiable access to this object

Parameters

Name

Description

other

compatible iterator to assign from

Created with MrDocs