Construct an input iterator based on the specified ptr.

Synopsis

Declared in <bsltf_inputiterator.h>

explicit
InputIterator(TYPE* ptr);

Parameters

Name

Description

ptr

address of the TYPE object this iterator will refer to

Created with MrDocs