#include <algorithm>#include <cstddef>#include <limits>#include <memory>#include <new>#include <tuple>#include <utility>#include "cetl/cetl.hpp"

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_resource * | cetl::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 |
Defines the C++17 std::pmr::memory_resource abstract type and several other types within the std::pmr namespace.