ivutils
Loading...
Searching...
No Matches
Array_Nt< T, N > Class Template Reference

N-dimensional array with std::vector storage. More...

#include <array_n.h>

Inheritance diagram for Array_Nt< T, N >:
Collaboration diagram for Array_Nt< T, N >:

Additional Inherited Members

- Public Member Functions inherited from Array_Np< T, N >
ptrdiff_t cind (const Vector_Nt< int, N > &index) const
 cycled index
 
T & cycle (const Vector_Nt< int, N > &index)
 cycles dimensions
 
bool check (const Vector_Nt< int, N > &index)
 Check that index is within dimensions range.
 

Detailed Description

template<class T, int N>
class Array_Nt< T, N >

N-dimensional array with std::vector storage.


The documentation for this class was generated from the following file: