TRIQS/nda 1.3.0
Multi-dimensional array library for C++
|
#include <nda/mem/allocators.hpp>
Memory block consisting of a pointer and its size.
Definition at line 58 of file allocators.hpp.
Public Attributes | |
char * | ptr = nullptr |
Pointer to the memory block. | |
size_t | s = 0 |
Size of the memory block in bytes. | |