LevelS C++ support library
3.83
|
#include <arr.h>
Public Member Functions | |
tsize | size () const |
template<typename T2 > | |
T & | operator[] (T2 n) |
template<typename T2 > | |
const T & | operator[] (T2 n) const |
An array whose size is known at compile time. Very useful for storing small arrays on the stack, without need for new and delete().
|
inline |
|
inline |