|
sprint 1-alpha
|
an array of N elements of T More...
#include <array.h>
Public Types | |
| typedef T * | iterator |
| typedef const T * | const_iterator |
Public Member Functions | |
| T & | operator[] (int n) |
| access to inner element | |
| const T & | operator[] (int n) const |
| T * | begin () |
| iterator begin | |
| T * | end () |
| iterator end | |
Static Public Member Functions | |
| static int | size () |
| return the array size | |
Public Attributes | |
| T | data [N] |
an array of N elements of T
1.7.4