Pure input iterator over a contiguous range of TYPE objects.
Synopsis
Declared in <bsltf_inputiterator.h>
template<class TYPE>
class InputIterator;
Description
Provide an input iterator that can iterate over a contiguous range of objects while supporting no operations other than those defined for LegacyInputIterator.
Type Aliases
Name |
Description |
Alias for |
|
Alias for |
|
Alias for a pointer to |
|
Alias for a reference to |
|
Alias for the iterated |
Member Functions
Name |
Description |
|
Constructors |
Return a const reference to the |
|
Increment operators |
|
Return a pointer to the |
Friends
Name |
Description |
Return |
|
Return whether the specified iterators refer to the same position. |
Non-Member Functions
Name |
Description |
Return |
|
Return whether two input iterators refer to the same position. |
Created with MrDocs