Construct a random-access iterator from a compatible iterator.
Declared in <bslstl_randomaccessiterator.h>
RandomAccessIterator(RandomAccessIterator<UnCvqT, ITER_IMP, TAG_TYPE> const& other);
Construct a random access iterator from another (compatible) RandomAccessIterator type, e.g., a mutable iterator of the same type. Note that this constructor may be the copy constructor (inhibiting the implicit declaration of a copy constructor above), or may be an additional overload.
| Name | Description |
|---|---|
| other | compatible iterator whose value is copied |