TRIQS/nda 1.3.0
Multi-dimensional array library for C++
|
#include <nda/concepts.hpp>
Check if a given type satisfies the memory array concept.
In addition to the requirements of the nda::Array concept, memory arrays provide access to the underlying memory storage and use an nda::idx_map to specify the layout of the data in memory.
An example of a type satisfying the nda::Array but not the nda::MemoryArray concept is nda::expr.
A | Type to check. |
Definition at line 248 of file concepts.hpp.