Implemented ComponentPool and initial tests for it
This commit is contained in:
@@ -32,6 +32,7 @@ public:
|
||||
typedef T value_type;
|
||||
typedef T* pointer;
|
||||
typedef T& reference;
|
||||
|
||||
MemoryPool()
|
||||
: m_StartAddress(nullptr)
|
||||
, m_SlotIsAllocated()
|
||||
|
||||
Reference in New Issue
Block a user