TRIQS/nda 1.3.0
Multi-dimensional array library for C++
Loading...
Searching...
No Matches

Detailed Description

Memory handles that manage a specific block of memory.

Classes

struct  nda::mem::handle_borrowed< T, AdrSp >
 A non-owning handle for a memory block on the heap. More...
 
struct  nda::mem::handle_heap< T, A >
 A handle for a memory block on the heap. More...
 
struct  nda::mem::handle_shared< T, AdrSp >
 A handle for a memory block on the heap with shared ownership. More...
 
struct  nda::mem::handle_sso< T, Size >
 A handle for a memory block on the heap or stack depending on the size of the data. More...
 
struct  nda::mem::handle_stack< T, Size >
 A handle for a memory block on the stack. More...