QuickCppLib 0.10
Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!
|
Classes | |
class | memory_resource |
memory_resource emulation More... | |
class | monotonic_buffer_resource |
A just barely good enough C++ 14 emulation of monotonic_buffer_resource. More... | |
class | polymorphic_allocator |
The world's worst C++ 14 emulation of polymorphic_allocator, which maps onto std::allocator. More... | |
Functions | |
bool | operator== (const memory_resource &a, const memory_resource &b) noexcept |
bool | operator!= (const memory_resource &a, const memory_resource &b) noexcept |
template<class T1 , class T2 > | |
bool | operator== (const polymorphic_allocator< T1 > &a, const polymorphic_allocator< T2 > &b) noexcept |
template<class T1 , class T2 > | |
bool | operator!= (const polymorphic_allocator< T1 > &a, const polymorphic_allocator< T2 > &b) noexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |