.TH "std::pmr::memory_resource" 3cxx "libstdc++" \" -*- nroff -*-
.ad l
.nh
.SH NAME
std::pmr::memory_resource \- Class \fRmemory_resource\fP\&.  

.SH SYNOPSIS
.br
.PP
.PP
\fR#include <memory_resource>\fP
.PP
Inherited by \fBstd::pmr::monotonic_buffer_resource\fP, and \fBstd::pmr::unsynchronized_pool_resource\fP\&.
.SS "Public Member Functions"

.in +1c
.ti -1c
.RI "\fBmemory_resource\fP (const memory_resource &)=default"
.br
.ti -1c
.RI "void * \fBallocate\fP (size_t __bytes, size_t __alignment=_S_max_align)"
.br
.ti -1c
.RI "void \fBdeallocate\fP (void *__p, size_t __bytes, size_t __alignment=_S_max_align)"
.br
.ti -1c
.RI "bool \fBis_equal\fP (const memory_resource &__other) const noexcept"
.br
.ti -1c
.RI "memory_resource & \fBoperator=\fP (const memory_resource &)=default"
.br
.in -1c
.SH "Detailed Description"
.PP 
Class \fRmemory_resource\fP\&. 


.PP
\fBSince\fP
.RS 4
C++17 
.RE
.PP


.SH "Author"
.PP 
Generated automatically by Doxygen for libstdc++ from the source code\&.
