operator []

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

Visibility
Public
Signature
Concept& operator [](int i) const
Parameters
i

The index of the element to return


Feedback