operator *

The * operator returns the current value of the iterator.

Visibility
Public
Signature
void* operator*()
Returns

The current value of the iterator


Feedback