getAt

This method returns the element found at the specified index.

Visibility
Public
Signature
Concept& getAt (int i) const
Parameters
i

The index of the element to retrieve

Returns

The element found at the specified index


Feedback