Toolbox snapshot
The Reactive C++ Toolbox
|
#include <toolbox/util/Allocator.hpp>
Static Public Member Functions | |
static void * | operator new (std::size_t size) |
static void | operator delete (void *ptr, std::size_t size) noexcept |
Protected Member Functions | |
~Allocator ()=default | |
Definition at line 31 of file Allocator.hpp.
|
protecteddefault |
Definition at line 32 of file Allocator.hpp.
|
inlinestaticnoexcept |
Definition at line 33 of file Allocator.hpp.