TRIQS/nda 1.3.0
Multi-dimensional array library for C++
|
#include <nda/mem/policies.hpp>
Memory policy using an nda::mem::handle_borrowed.
AdrSp | nda::mem::AddressSpace in which the memory is allocated. |
Definition at line 108 of file policies.hpp.
Public Types | |
template<typename T > | |
using | handle = mem::handle_borrowed<T, AdrSp> |
Handle type for the policy. | |
using nda::borrowed< AdrSp >::handle = mem::handle_borrowed<T, AdrSp> |
Handle type for the policy.
T | Value type of the data. |
Definition at line 114 of file policies.hpp.