|
C++ Utilities 5.31.1
Useful C++ classes and routines such as argument parser, IO and conversion utilities
|
The ArrayBasedMultiArray struct allows using a fixed size array as underlying container for the MultiArray class. More...
#include <multiarray.h>
Public Types | |
| template<typename T> | |
| using | Type = std::array<T, size> |
Static Public Member Functions | |
| template<typename T> | |
| static constexpr Type< T > | init (std::size_t) |
The ArrayBasedMultiArray struct allows using a fixed size array as underlying container for the MultiArray class.
Definition at line 55 of file multiarray.h.
| using CppUtilities::ArrayBasedMultiArray< size >::Type = std::array<T, size> |
Definition at line 56 of file multiarray.h.
|
inlinestaticconstexpr |
Definition at line 57 of file multiarray.h.