GetBidirectionalIterator
Gets an interface pointer to a bidirectional iterator (if this iterator type is supported by the container) and increment its reference counter.
Syntax
Definition:
METHOD GetBidirectionalIterator : HRESULT
VAR_INPUT
pipIterator : Pointer To ITcVnBidirectionalIterator;
END_VAR
Inputs
Name |
Type |
Description |
---|---|---|
pipIterator |
Pointer To ITcVnBidirectionalIterator |
Returns the iterator interface. |