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

Synopsis

Declared in <bslstl_bidirectionaliterator.h>

BidirectionalIterator(ITER_IMP const& implementation);

Parameters

Name

Description

implementation

iterator implementation to adapt

Created with MrDocs