#include <Array.hpp>
template<typename T, int NDIM, typename PERMUTATION, typename INDEX_TYPE, int LENGTH>
struct LvArray::internal::StackArrayHelper< T, NDIM, PERMUTATION, INDEX_TYPE, LENGTH >
- Template Parameters
-
| T | The type stored in the Array. |
| NDIM | The number of dimensions in the Array. |
| PERMUTATION | The dimension and permutation of the Array. |
| INDEX_TYPE | The integer used to index the Array. |
| LENGTH | The capacity of the underlying StackBuffer. |
◆ BufferType
template<typename T , int NDIM, typename PERMUTATION , typename INDEX_TYPE , int LENGTH>
template<typename U >
An alias for a StackBuffer with the given length.
- Template Parameters
-
The documentation for this struct was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/lvarray/checkouts/latest/src/Array.hpp