#include <MemoryPool_test.h>
Public Member Functions | |
| MemoryPoolTest2 ()=default | |
| MemoryPoolTest2 (const MemoryPoolTest2 &)=delete | |
| MemoryPoolTest2 & | operator= (const MemoryPoolTest2 &)=delete |
Public Attributes | |
| std::array< std::array< int, x >, y > | datas |
Static Public Attributes | |
| static constexpr size_t | x = 1024 |
| static constexpr size_t | y = 1024 |
Definition at line 28 of file MemoryPool_test.h.