Array wrapper class that uses the specified low level array instead of allocating data. More...
#include <tvalarray.h>
Public Member Functions | |
tvalarray_wrapper (T *array, unsigned n) | |
Create an array using the specified low level array. |
Array wrapper class that uses the specified low level array instead of allocating data.
tvalarray_wrapper< T >::tvalarray_wrapper | ( | T * | array, | |
unsigned | n | |||
) | [inline] |
Create an array using the specified low level array.