The [] operator
returns the element at the specified position.
Signaturesvoid * operator[](int i)
const void * operator[](int i) const
Parametersi
The index of the element to return
ReturnsThe
element at the specified index, or NULL if you selected an out-of-range
value