IOutputIterator<TValue> Interface
Interface for an iterator that is used to write a sequence to a container only in the forward direction. The element that the iterator points to can be written to only one time.
Assembly: Microsoft.VisualC.STLCLR (in Microsoft.VisualC.STLCLR.dll)
| Name | Description | |
|---|---|---|
![]() | container() | Gets the container that the iterator is traversing.(Inherited from IBaseIterator<TValue>.) |
![]() | get_bias() | Gets the bias of the iterator. The bias is the offset of the iterator from element zero.(Inherited from IBaseIterator<TValue>.) |
![]() | get_node() | Gets the node, or element, that the iterator is pointing to.(Inherited from IBaseIterator<TValue>.) |
![]() | get_ref() | Returns a reference to the element that the iterator is currently pointing to. |
![]() | 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>.) |
Available since 3.5
