Construct a random‐access iterator wrapping the specified implementation.

Synopsis

Declared in <bslstl_randomaccessiterator.h>

RandomAccessIterator(ITER_IMP const& implementation);

Parameters

Name

Description

implementation

iterator implementation object to wrap

Created with MrDocs