This documentation is archived and is not being maintained.
IInputIterator<TValue> Interface
Visual Studio 2010
Interface for an iterator that is used to read a sequence from a container only in the forward direction. The element that the iterator points to can be read only one time, and it cannot be modified.
Assembly: Microsoft.VisualC.STLCLR (in Microsoft.VisualC.STLCLR.dll)
The IInputIterator<TValue> type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | container | Gets the container that the iterator is traversing. (Inherited from IBaseIterator<TValue>.) |
![]() | equal_to | Determines whether two IInputIterator<TValue> objects are equal. |
![]() | get_bias | Gets the bias of the iterator. The bias is the offset of the iterator from element zero. (Inherited from IBaseIterator<TValue>.) |
![]() | get_cref | Returns a constant reference to the element that the iterator is currently pointing to. |
![]() | get_node | Gets the node, or element, that the iterator is pointing to. (Inherited from IBaseIterator<TValue>.) |
![]() | next | Increments the iterator to the next position in the underlying container, or to the first position beyond the end of container if the container has been completely traversed. (Inherited from IBaseIterator<TValue>.) |
![]() | valid | Determines whether the iterator is valid and can be safely used to traverse the underlying container. (Inherited from IBaseIterator<TValue>.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
