.TH "__gnu_cxx::array_allocator< _Tp, _Array >" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME __gnu_cxx::array_allocator< _Tp, _Array > \- An allocator that uses previously allocated memory\&. This memory can be externally, globally, or otherwise allocated\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fB__gnu_cxx::array_allocator_base< _Tp >\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef _Array \fBarray_type\fP" .br .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 \fBstd::true_type\fP \fBis_always_equal\fP" .br .ti -1c .RI "typedef _Tp * \fBpointer\fP" .br .ti -1c .RI "typedef \fBstd::true_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 "\fBarray_allocator\fP (array_type *__array=0) noexcept" .br .ti -1c .RI "\fBarray_allocator\fP (const \fBarray_allocator\fP &__o) noexcept" .br .ti -1c .RI "template \fBarray_allocator\fP (const \fBarray_allocator\fP< _Tp1, _Array1 > &) 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 "_GLIBCXX_NODISCARD pointer \fBallocate\fP (size_type __n, const void *=0)" .br .ti -1c .RI "template void \fBconstruct\fP (_Up *__p, _Args &&\&.\&.\&. __args)" .br .ti -1c .RI "void \fBdeallocate\fP (pointer, size_type)" .br .ti -1c .RI "template void \fBdestroy\fP (_Up *__p)" .br .ti -1c .RI "size_type \fBmax_size\fP () const noexcept" .br .in -1c .SH "Detailed Description" .PP .SS "template> .br class __gnu_cxx::array_allocator< _Tp, _Array >"An allocator that uses previously allocated memory\&. This memory can be externally, globally, or otherwise allocated\&. .PP Definition at line \fB110\fP of file \fBarray_allocator\&.h\fP\&. .SH "Member Typedef Documentation" .PP .SS "template> typedef _Array \fB__gnu_cxx::array_allocator\fP< _Tp, _Array >::array_type" .PP Definition at line \fB120\fP of file \fBarray_allocator\&.h\fP\&. .SS "template> typedef const _Tp* \fB__gnu_cxx::array_allocator\fP< _Tp, _Array >::const_pointer" .PP Definition at line \fB116\fP of file \fBarray_allocator\&.h\fP\&. .SS "template> typedef const _Tp& \fB__gnu_cxx::array_allocator\fP< _Tp, _Array >::const_reference" .PP Definition at line \fB118\fP of file \fBarray_allocator\&.h\fP\&. .SS "template> typedef ptrdiff_t \fB__gnu_cxx::array_allocator\fP< _Tp, _Array >::difference_type" .PP Definition at line \fB114\fP of file \fBarray_allocator\&.h\fP\&. .SS "template> typedef \fBstd::true_type\fP \fB__gnu_cxx::array_allocator\fP< _Tp, _Array >::is_always_equal" .PP Definition at line \fB127\fP of file \fBarray_allocator\&.h\fP\&. .SS "template> typedef _Tp* \fB__gnu_cxx::array_allocator\fP< _Tp, _Array >::pointer" .PP Definition at line \fB115\fP of file \fBarray_allocator\&.h\fP\&. .SS "template> typedef \fBstd::true_type\fP \fB__gnu_cxx::array_allocator\fP< _Tp, _Array >::propagate_on_container_move_assignment" .PP Definition at line \fB125\fP of file \fBarray_allocator\&.h\fP\&. .SS "template> typedef _Tp& \fB__gnu_cxx::array_allocator\fP< _Tp, _Array >::reference" .PP Definition at line \fB117\fP of file \fBarray_allocator\&.h\fP\&. .SS "template> typedef size_t \fB__gnu_cxx::array_allocator\fP< _Tp, _Array >::size_type" .PP Definition at line \fB113\fP of file \fBarray_allocator\&.h\fP\&. .SS "template> typedef _Tp \fB__gnu_cxx::array_allocator\fP< _Tp, _Array >::value_type" .PP Definition at line \fB119\fP of file \fBarray_allocator\&.h\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "template> \fB__gnu_cxx::array_allocator\fP< _Tp, _Array >::array_allocator (array_type * __array = \fC0\fP)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB141\fP of file \fBarray_allocator\&.h\fP\&. .SS "template> \fB__gnu_cxx::array_allocator\fP< _Tp, _Array >::array_allocator (const \fBarray_allocator\fP< _Tp, _Array > & __o)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB144\fP of file \fBarray_allocator\&.h\fP\&. .SS "template> template \fB__gnu_cxx::array_allocator\fP< _Tp, _Array >::array_allocator (const \fBarray_allocator\fP< _Tp1, _Array1 > &)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB148\fP of file \fBarray_allocator\&.h\fP\&. .SS "template> \fB__gnu_cxx::array_allocator\fP< _Tp, _Array >::~\fBarray_allocator\fP ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB152\fP of file \fBarray_allocator\&.h\fP\&. .SH "Member Function Documentation" .PP .SS "template const_pointer \fB__gnu_cxx::array_allocator_base\fP< _Tp >::address (const_reference __x) const\fC [inline]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB70\fP of file \fBarray_allocator\&.h\fP\&. .SS "template pointer \fB__gnu_cxx::array_allocator_base\fP< _Tp >::address (reference __x) const\fC [inline]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB66\fP of file \fBarray_allocator\&.h\fP\&. .SS "template> _GLIBCXX_NODISCARD pointer \fB__gnu_cxx::array_allocator\fP< _Tp, _Array >::allocate (size_type __n, const void * = \fC0\fP)\fC [inline]\fP" .PP Definition at line \fB155\fP of file \fBarray_allocator\&.h\fP\&. .SS "template template void \fB__gnu_cxx::array_allocator_base\fP< _Tp >::construct (_Up * __p, _Args &&\&.\&.\&. __args)\fC [inline]\fP, \fC [inherited]\fP" .PP Definition at line \fB86\fP of file \fBarray_allocator\&.h\fP\&. .SS "template void \fB__gnu_cxx::array_allocator_base\fP< _Tp >::deallocate (pointer, size_type)\fC [inline]\fP, \fC [inherited]\fP" .PP Definition at line \fB74\fP of file \fBarray_allocator\&.h\fP\&. .SS "template template void \fB__gnu_cxx::array_allocator_base\fP< _Tp >::destroy (_Up * __p)\fC [inline]\fP, \fC [inherited]\fP" .PP Definition at line \fB91\fP of file \fBarray_allocator\&.h\fP\&. .SS "template size_type \fB__gnu_cxx::array_allocator_base\fP< _Tp >::max_size () const\fC [inline]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB80\fP of file \fBarray_allocator\&.h\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.