TRIQS/nda 1.3.0
Multi-dimensional array library for C++
|
#include <nda/concepts.hpp>
Check if a given type satisfies the allocator concept.
Allocators are used to reserve and free memory. Depending on their address space, the memory can either be allocated on the Host (CPU), on the Device (GPU) or on unified memory (see nda::mem::AddressSpace).
A | Type to check. |
Definition at line 166 of file concepts.hpp.