Constructors

Synopses

Declared in <bslstl_bidirectionaliterator.h>

Create a default‐constructed bidirectional iterator.

Create this iterator from a compatible bidirectional iterator.

Construct a bidirectional iterator having the specified implementation of the parameterized ITER_IMP type.

BidirectionalIterator(ITER_IMP const& implementation);

Parameters

Name

Description

other

compatible iterator from which to construct

implementation

iterator implementation to adapt

Created with MrDocs