.TH "std::allocator< _Tp >" 3cxx "Wed Jul 14 2021" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::allocator< _Tp > \- The \fIstandard\fP allocator, as per C++03 [20\&.4\&.1]\&. .SH SYNOPSIS .br .PP .PP Inherits \fB__gnu_cxx::new_allocator< _Tp >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef const _Tp * \fBconst_pointer\fP" .br .ti -1c .RI "typedef const _Tp & \fBconst_reference\fP" .br .ti -1c .RI "typedef ptrdiff_t \fBdifference_type\fP" .br .ti -1c .RI "typedef \fBtrue_type\fP \fBis_always_equal\fP" .br .ti -1c .RI "typedef _Tp * \fBpointer\fP" .br .ti -1c .RI "typedef \fBtrue_type\fP \fBpropagate_on_container_move_assignment\fP" .br .ti -1c .RI "typedef _Tp & \fBreference\fP" .br .ti -1c .RI "typedef size_t \fBsize_type\fP" .br .ti -1c .RI "typedef _Tp \fBvalue_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "constexpr \fBallocator\fP (const \fBallocator\fP &__a) noexcept" .br .ti -1c .RI "template constexpr \fBallocator\fP (const \fBallocator\fP< _Tp1 > &) noexcept" .br .ti -1c .RI "const_pointer \fBaddress\fP (const_reference __x) const noexcept" .br .ti -1c .RI "pointer \fBaddress\fP (reference __x) const noexcept" .br .ti -1c .RI "_Tp * \fBallocate\fP (size_type __n, const void *=static_cast< const void * >(0))" .br .ti -1c .RI "template void \fBconstruct\fP (_Up *__p, _Args &&\&.\&.\&. __args) noexcept(\fBstd::is_nothrow_constructible\fP< _Up, _Args\&.\&.\&. >::value)" .br .ti -1c .RI "void \fBdeallocate\fP (_Tp *__p, size_type __t)" .br .ti -1c .RI "template void \fBdestroy\fP (_Up *__p) noexcept(\fBstd::is_nothrow_destructible\fP< _Up >::value)" .br .ti -1c .RI "size_type \fBmax_size\fP () const noexcept" .br .ti -1c .RI "\fBallocator\fP & \fBoperator=\fP (const \fBallocator\fP &)=default" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "constexpr friend bool \fBoperator!=\fP (const \fBallocator\fP &, const \fBallocator\fP &) noexcept" .br .ti -1c .RI "constexpr friend bool \fBoperator==\fP (const \fBallocator\fP &, const \fBallocator\fP &) noexcept" .br .in -1c .SH "Detailed Description" .PP .SS "template .br class std::allocator< _Tp >" The \fIstandard\fP allocator, as per C++03 [20\&.4\&.1]\&. See https://gcc.gnu.org/onlinedocs/libstdc++/manual/memory.html#std.util.memory.allocator for further details\&. .PP \fBTemplate Parameters\fP .RS 4 \fI_Tp\fP Type of allocated object\&. .RE .PP .PP Definition at line 134 of file allocator\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.