TRIQS/nda 1.3.0
Multi-dimensional array library for C++
|
#include <nda/concepts.hpp>
Check if a given type satisfies the owning memory handle concept.
In addition to the requirements of the nda::mem::Handle concept, owning memory handles are aware of the size of the memory they manage and can be used to release the memory.
H | Type to check. |
T | Value type of the handle. |
Definition at line 201 of file concepts.hpp.