TRIQS/nda 1.3.0
Multi-dimensional array library for C++
|
#include <nda/concepts.hpp>
Check if a given type satisfies the memory handle concept.
Memory handles are used to manage memory. They are responsible for providing access to the data which can be located on the stack (CPU), the heap (CPU), the device (GPU) or on unified memory (see nda::mem::AddressSpace).
H | Type to check. |
T | Value type of the handle. |
Definition at line 184 of file concepts.hpp.