getCurrent

The getCurrent method is used by the iterator to get the element at the current position in the collection.

Visibility
Public
Signature
void* getCurrent(void* pos) const
Parameters
pos

The position of the element to retrieve

Returns

The element at the current position in the collection


Feedback