QuickCppLib 0.10
Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!
|
The world's worst C++ 14 emulation of polymorphic_allocator, which maps onto std::allocator. More...
#include "memory_resource.hpp"
Public Types | |
using | value_type = T |
Public Member Functions | |
polymorphic_allocator ()=default | |
polymorphic_allocator (memory_resource *r) | |
polymorphic_allocator (const polymorphic_allocator &o) | |
template<class U > | |
polymorphic_allocator (const polymorphic_allocator< U > &o) noexcept | |
polymorphic_allocator & | operator= (const polymorphic_allocator &)=delete |
memory_resource * | resource () const |
QUICKCPPLIB_NODISCARD T * | allocate (size_t n) |
void | deallocate (T *p, size_t n) |
template<class U , class... Args> | |
void | construct (U *p, Args &&...args) |
template<class U > | |
void | destroy (U *p) |
Friends | |
template<class U > | |
class | polymorphic_allocator |
The world's worst C++ 14 emulation of polymorphic_allocator, which maps onto std::allocator.
using quickcpplib::_xxx::pmr::polymorphic_allocator< T >::value_type = T |
|
default |
|
inline |
|
inline |
|
inlinenoexcept |
|
delete |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |