Construct a default‐valued random‐access iterator.
Synopsis
Declared in <bslstl_randomaccessiterator.h>
RandomAccessIterator();
Description
All default‐constructed RandomAccessIterator objects represent non‐dereferenceable iterators into the same empty range. They do not have a singular value unless an object of the type specified by the template parameter ITER_IMP has a singular value after value‐initialization.
Created with MrDocs