TRIQS/nda 1.3.0
Multi-dimensional array library for C++
|
#include <nda/concepts.hpp>
Check if a given type is of type std::array<long, R>
for some arbitrary R
.
The shape and the strides of every nda::MemoryArray type is represented as a std::array<long, R>
, where R
is the rank of the array.
T | Type to check. |
Definition at line 112 of file concepts.hpp.