TRIQS/nda 1.3.0
Multi-dimensional array library for C++
Loading...
Searching...
No Matches
nda::mem::blk_t

#include <nda/mem/allocators.hpp>

Detailed Description

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.
 

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