Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the container class template memory_resource and its supporting templates.
Syntax
#include <memory_resource>
Members
Operators
Name | Description |
---|---|
operator!= | Tests if the memory_resource object on the left side of the operator is not equal to the memory_resource object on the right side. |
operator== | Tests if the memory_resource object on the left side of the operator is equal to the memory_resource object on the right side. |
Specialized Template Functions
Name | Description |
---|---|
polymorphic_allocator |
Functions
Name | Description |
---|---|
get_default_resource | |
new_delete_resource | |
null_memory_resource | |
set_default_resource |
Classes and Structs
Name | Description |
---|---|
memory_resource Class | |
monotonic_buffer_resource Class | |
pool_options Struct | |
synchronized_pool_resource Class | |
unsynchronized_pool_resource Class |
See also
Header Files Reference
Thread Safety in the C++ Standard Library
C++ Standard Library Reference