#include <arr.h>
Public Member Functions | |
long | size () const |
T & | operator[] (long n) |
T & | operator[] (int n) |
const T & | operator[] (long n) const |
const T & | operator[] (int n) const |
Definition at line 45 of file arr.h.
|
Returns the size of the array. |
|
Returns a reference to element #n |
|
Returns a reference to element #n |
|
Returns a constant reference to element #n |
|
Returns a constant reference to element #n |