operator []

The [] operator returns the element at the specified position.

Visibility
Public
Signature
void * operator[](int i) const
Parameters
i

The index of the element to return


Feedback