The getCurrent
method is used by the iterator to get the element at the current position
in the collection.
Signaturevoid* getCurrent(void* pos) const
Parameterspos
The position of the element to retrieve
ReturnsThe
element at the current position in the collection