TRIQS/nda 1.3.0
Multi-dimensional array library for C++
Loading...
Searching...
No Matches
nda::heap_basic< Allocator >

#include <nda/mem/policies.hpp>

Detailed Description

template<typename Allocator>
struct nda::heap_basic< Allocator >

Memory policy using an nda::mem::handle_heap.

Template Parameters
AllocatorAllocator type to be used.

Definition at line 44 of file policies.hpp.

Public Types

template<typename T >
using handle = mem::handle_heap<T, Allocator>
 Handle type for the policy.
 

Member Typedef Documentation

◆ handle

template<typename Allocator >
template<typename T >
using nda::heap_basic< Allocator >::handle = mem::handle_heap<T, Allocator>

Handle type for the policy.

Template Parameters
TValue type of the data.

Definition at line 54 of file policies.hpp.


The documentation for this struct was generated from the following file: