Constructors
Declared in <bsltf_inputiterator.h>
Construct an empty input iterator.
InputIterator();
» more...
Construct an input iterator based on the specified ptr.
explicit
InputIterator(TYPE* ptr);
» more...
| Name | Description |
|---|---|
| ptr | address of the TYPE object this iterator will refer to |