![]() |
Public API Reference |
![]() |
Class to store a pointer that is allocated from Allocator, to eliminate overhead from a possibly empty Allocator. More...
#include <csutil/allocator.h>
Inherits Allocator.
Public Attributes | |
T * | p |
The allocated pointer. |
Class to store a pointer that is allocated from Allocator, to eliminate overhead from a possibly empty Allocator.
See http://www.cantrip.org/emptyopt.html for details.
Definition at line 590 of file allocator.h.
T* CS::Memory::AllocatorPointerWrapper< T, Allocator >::p |
The allocated pointer.
Definition at line 593 of file allocator.h.