.TH "std::allocator< _Tp >" 3cxx "Sun Jan 6 2013" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::allocator< _Tp > \- .SH SYNOPSIS .br .PP .PP Inherits __glibcxx_base_allocator< _Tp >\&. .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 _Tp * \fBpointer\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 "\fBallocator\fP (const \fBallocator\fP &__a) throw ()" .br .ti -1c .RI "template \fBallocator\fP (const \fBallocator\fP< _Tp1 > &) throw ()" .br .in -1c .SH "Detailed Description" .PP .SS "templatestruct std::allocator< _Tp >" The \fIstandard\fP allocator, as per [20\&.4]\&. See http://gcc.gnu.org/onlinedocs/libstdc++/manual/bk01pt04ch11.html for further details\&. .PP Destroy a range of objects using the supplied allocator\&. For nondefault allocators we do not optimize away invocation of destroy() even if _Tp has a trivial destructor\&. .PP Definition at line 89 of file allocator\&.h\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.