TRIQS/nda 1.3.0
Multi-dimensional array library for C++
|
#include <nda/mem/policies.hpp>
Memory policy using an nda::mem::handle_sso.
Size | Max. size of the data to store on the stack (number of elements). |
Definition at line 70 of file policies.hpp.
Public Types | |
template<typename T > | |
using | handle = mem::handle_sso<T, Size> |
Handle type for the policy. | |
using nda::sso< Size >::handle = mem::handle_sso<T, Size> |
Handle type for the policy.
T | Value type of the data. |
Definition at line 76 of file policies.hpp.