Assignment operators
Declared in <bslstl_bidirectionaliterator.h>
Assign to this iterator the value of a compatible iterator.
RandomAccessIterator<T, ITER_IMP, TAG_TYPE>&
operator=(RandomAccessIterator<UnCvqT, ITER_IMP, TAG_TYPE> const& other);
» more...
Assign this iterator the value of a compatible bidirectional iterator.
BidirectionalIterator<T, ITER_IMP, TAG_TYPE>&
operator=(BidirectionalNonConstIterator const& rhs);
» more...
Assign to this iterator the value of a compatible iterator.
ForwardIterator<T, ITER_IMP, TAG_TYPE>&
operator=(ForwardNonConstIterator const& rhs);
» more...
| Name | Description |
|---|---|
| other | compatible iterator to assign from |
| rhs | compatible iterator to assign from |