Constructors

Synopses

Declared in <bsltf_inputiterator.h>

Construct an empty input iterator.

Construct an input iterator based on the specified ptr.

explicit
InputIterator(TYPE* ptr);

Parameters

Name

Description

ptr

address of the TYPE object this iterator will refer to

Created with MrDocs