QuickCppLib 0.10
Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!
Loading...
Searching...
No Matches
memory_resource.hpp File Reference
#include "config.hpp"
#include <cstddef>
#include <memory>
#include "cpp_feature.h"

Classes

class  quickcpplib::_xxx::pmr::memory_resource
 memory_resource emulation More...
 
class  quickcpplib::_xxx::pmr::monotonic_buffer_resource
 A just barely good enough C++ 14 emulation of monotonic_buffer_resource. More...
 
class  quickcpplib::_xxx::pmr::polymorphic_allocator< T >
 The world's worst C++ 14 emulation of polymorphic_allocator, which maps onto std::allocator. More...
 

Namespaces

namespace  quickcpplib
 The QuickCppLib namespace.
 
namespace  quickcpplib::_xxx
 Per commit unique namespace to prevent different git submodule versions clashing.
 
namespace  quickcpplib::_xxx::pmr
 

Functions

bool quickcpplib::_xxx::pmr::operator== (const memory_resource &a, const memory_resource &b) noexcept
 
bool quickcpplib::_xxx::pmr::operator!= (const memory_resource &a, const memory_resource &b) noexcept
 
template<class T1 , class T2 >
bool quickcpplib::_xxx::pmr::operator== (const polymorphic_allocator< T1 > &a, const polymorphic_allocator< T2 > &b) noexcept
 
template<class T1 , class T2 >
bool quickcpplib::_xxx::pmr::operator!= (const polymorphic_allocator< T1 > &a, const polymorphic_allocator< T2 > &b) noexcept