getAt

This method returns the element found at the specified location.

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

The location of the element to get

Returns

The element found at the specified location


Feedback