Assign to this iterator the value of a compatible iterator.
Declared in <bslstl_randomaccessiterator.h>
RandomAccessIterator<T, ITER_IMP, TAG_TYPE>&
operator=(RandomAccessIterator<UnCvqT, ITER_IMP, TAG_TYPE> const& other);
Copy the value of the specified other to this iterator. Return a reference to this modifiable iterator.
reference providing modifiable access to this object
| Name | Description |
|---|---|
| other | compatible iterator to assign from |