IForwardIterator<TValue> Interface
.NET Framework (current version)
Interface for an iterator that can access elements in a container only in the forward direction by using the increment operator. The element that the iterator points to can be both written to and read from any number of times. Forward iterators can be used anywhere an input or output iterator is required.
Assembly: Microsoft.VisualC.STLCLR (in Microsoft.VisualC.STLCLR.dll)
| Name | Description | |
|---|---|---|
![]() | equal_to(IInputIterator<TValue>^) | Determines whether two IInputIterator<TValue> objects are equal.(Inherited from IInputIterator<TValue>.) |
![]() | get_cref() | Returns a constant reference to the element that the iterator is currently pointing to.(Inherited from IInputIterator<TValue>.) |
![]() | get_ref() | Returns a reference to the element that the iterator is currently pointing to.(Inherited from IOutputIterator<TValue>.) |
.NET Framework
Available since 3.5
Available since 3.5
Show:
