Item

TYPE Item(int index) const;
TYPE& Item(int index);

Parameter

index

Index of the item to return.

Return Code

Returns the item at the given index or returns the reference to the item at the given index.

Comments

Accesses a copy of the item at the given index. No bounds checking is done.