Assign to this iterator the value of a compatible iterator.
Synopsis
Declared in <bslstl_randomaccessiterator.h>
RandomAccessIterator<T, ITER_IMP, TAG_TYPE>&
operator=(RandomAccessIterator<UnCvqT, ITER_IMP, TAG_TYPE> const& other);
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