Constructors
Synopses
Declared in <bslstl_forwarditerator.h>
Construct a default‐valued forward iterator.
Construct a forward iterator from a compatible iterator.
ForwardIterator(ForwardNonConstIterator const& other);
Construct a forward iterator wrapping the specified implementation.
ForwardIterator(ITER_IMP const& implementation);
Parameters
Name |
Description |
other |
compatible iterator whose value is copied |
implementation |
iterator implementation object to wrap |
Created with MrDocs