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