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

#include <nda/mem/policies.hpp>

Detailed Description

template<size_t Size>
struct nda::stack< Size >

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

Template Parameters
SizeSize of the data (number of elements).

Definition at line 84 of file policies.hpp.

Public Types

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

Member Typedef Documentation

◆ handle

template<size_t Size>
template<typename T >
using nda::stack< Size >::handle = mem::handle_stack<T, Size>

Handle type for the policy.

Template Parameters
TValue type of the data.

Definition at line 90 of file policies.hpp.


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