.TH "__gnu_cxx::__mt_alloc_base< _Tp >" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME __gnu_cxx::__mt_alloc_base< _Tp > \- Base class for _Tp dependent member functions\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherited by \fB__gnu_cxx::__mt_alloc< _Tp, _Poolp >\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 _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 "const_pointer \fBaddress\fP (const_reference __x) const noexcept" .br .ti -1c .RI "pointer \fBaddress\fP (reference __x) const noexcept" .br .ti -1c .RI "template void \fBconstruct\fP (_Up *__p, _Args &&\&.\&.\&. __args)" .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::__mt_alloc_base< _Tp >"Base class for _Tp dependent member functions\&. .PP Definition at line \fB570\fP of file \fBmt_allocator\&.h\fP\&. .SH "Member Typedef Documentation" .PP .SS "template typedef const _Tp* \fB__gnu_cxx::__mt_alloc_base\fP< _Tp >::const_pointer" .PP Definition at line \fB576\fP of file \fBmt_allocator\&.h\fP\&. .SS "template typedef const _Tp& \fB__gnu_cxx::__mt_alloc_base\fP< _Tp >::const_reference" .PP Definition at line \fB578\fP of file \fBmt_allocator\&.h\fP\&. .SS "template typedef ptrdiff_t \fB__gnu_cxx::__mt_alloc_base\fP< _Tp >::difference_type" .PP Definition at line \fB574\fP of file \fBmt_allocator\&.h\fP\&. .SS "template typedef _Tp* \fB__gnu_cxx::__mt_alloc_base\fP< _Tp >::pointer" .PP Definition at line \fB575\fP of file \fBmt_allocator\&.h\fP\&. .SS "template typedef \fBstd::true_type\fP \fB__gnu_cxx::__mt_alloc_base\fP< _Tp >::propagate_on_container_move_assignment" .PP Definition at line \fB584\fP of file \fBmt_allocator\&.h\fP\&. .SS "template typedef _Tp& \fB__gnu_cxx::__mt_alloc_base\fP< _Tp >::reference" .PP Definition at line \fB577\fP of file \fBmt_allocator\&.h\fP\&. .SS "template typedef size_t \fB__gnu_cxx::__mt_alloc_base\fP< _Tp >::size_type" .PP Definition at line \fB573\fP of file \fBmt_allocator\&.h\fP\&. .SS "template typedef _Tp \fB__gnu_cxx::__mt_alloc_base\fP< _Tp >::value_type" .PP Definition at line \fB579\fP of file \fBmt_allocator\&.h\fP\&. .SH "Member Function Documentation" .PP .SS "template const_pointer \fB__gnu_cxx::__mt_alloc_base\fP< _Tp >::address (const_reference __x) const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB592\fP of file \fBmt_allocator\&.h\fP\&. .SS "template pointer \fB__gnu_cxx::__mt_alloc_base\fP< _Tp >::address (reference __x) const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB588\fP of file \fBmt_allocator\&.h\fP\&. .SS "template template void \fB__gnu_cxx::__mt_alloc_base\fP< _Tp >::construct (_Up * __p, _Args &&\&.\&.\&. __args)\fC [inline]\fP" .PP Definition at line \fB602\fP of file \fBmt_allocator\&.h\fP\&. .SS "template template void \fB__gnu_cxx::__mt_alloc_base\fP< _Tp >::destroy (_Up * __p)\fC [inline]\fP" .PP Definition at line \fB607\fP of file \fBmt_allocator\&.h\fP\&. .SS "template size_type \fB__gnu_cxx::__mt_alloc_base\fP< _Tp >::max_size () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB596\fP of file \fBmt_allocator\&.h\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.