CETL 0.0.0
 
Loading...
Searching...
No Matches
memory_resource.hpp File Reference
#include <algorithm>
#include <cstddef>
#include <limits>
#include <memory>
#include <new>
#include <tuple>
#include <utility>
#include "cetl/cetl.hpp"
Include dependency graph for memory_resource.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  cetl::pf17::pmr::memory_resource
 
struct  cetl::pf17::pmr::deviant::memory_resource_traits< T >
 
class  cetl::pf17::pmr::polymorphic_allocator< T >
 
class  cetl::pf17::pmr::deviant::basic_monotonic_buffer_resource
 

Namespaces

namespace  cetl
 
namespace  cetl::pf17
 
namespace  cetl::pf17::pmr
 
namespace  cetl::pf17::pmr::deviant
 

Functions

bool cetl::pf17::pmr::operator== (const memory_resource &lhs, const memory_resource &rhs) noexcept
 
bool cetl::pf17::pmr::operator!= (const memory_resource &lhs, const memory_resource &rhs) noexcept
 
memory_resourcecetl::pf17::pmr::null_memory_resource () noexcept
 
template<class LHT, class RHT>
bool cetl::pf17::pmr::operator== (const polymorphic_allocator< LHT > &lhs, const polymorphic_allocator< RHT > &rhs) noexcept
 
template<class LHT, class RHT>
bool cetl::pf17::pmr::operator!= (const polymorphic_allocator< LHT > &lhs, const polymorphic_allocator< RHT > &rhs) noexcept
 

Detailed Description

Defines the C++17 std::pmr::memory_resource abstract type and several other types within the std::pmr namespace.