The [] operator
returns the element at the specified position.
Note: This
is not the preferred method because it does not include a check of
the index range.
SignatureConcept& operator [](int i)
Parametersi
The index of the element to return
ReturnsThe
element at the specified position