BloombergLP::bslstl::ForwardIterator::ForwardIterator

Constructors

Synopses

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...

Parameters

NameDescription
othercompatible iterator whose value is copied
implementationiterator implementation object to wrap