![]() |
Belle II Software
release-06-02-00
|
Public Types | |
typedef NIter< T, N > | iterator |
Public Member Functions | |
iterator | begin () |
iterator | end () |
T & | insert (const T &el) |
void | reset () |
const T & | operator[] (const int idx) const |
T & | operator[] (const int idx) |
Static Public Attributes | |
static const int | size = N |
Private Attributes | |
T | elems [N] |
int | last |
int | len |