BloombergLP::bslstl::RandomAccessIterator::operator=

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

NameDescription
othercompatible iterator to assign from