operator []

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

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

The key of the element to get

Returns

The element at the specified key


Feedback