C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
|
Public Member Functions | |
ES_API (CPPESSENCE) uniform_allocator_base() noexcept | |
ES_API (CPPESSENCE) uniform_allocator_base(const uniform_allocator_base &) noexcept | |
ES_API (CPPESSENCE) uniform_allocator_base(uniform_allocator_base &&) noexcept | |
ES_API (CPPESSENCE) ~uniform_allocator_base() | |
ES_API (CPPESSENCE) uniform_allocator_base &operator | |
ES_API (CPPESSENCE) uniform_allocator_base &operator | |
ES_API(CPPESSENCE) static void *allocate(std | ES_API (CPPESSENCE) static void deallocate(void *ptr |
Public Attributes | |
ES_API(CPPESSENCE) static void *allocate(std std::size_t | size |
ES_API(CPPESSENCE) static void *allocate(std std::size_t std::size_t alignment | noexcept |