.TH "std::__debug::deque< _Tp, _Allocator >" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::__debug::deque< _Tp, _Allocator > \- Class std::deque with safety/checking/debug instrumentation\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fB__gnu_debug::_Safe_container< _SafeContainer, _Alloc, _SafeBase, _IsCxx11AllocatorAware >\fP, and deque< _Tp, std::allocator< _Tp > >\&. .SS "Public Types" .in +1c .ti -1c .RI "\fBtypedef\fP \fB_Allocator\fP \fBallocator_type\fP" .br .ti -1c .RI "\fBtypedef\fP \fB__gnu_debug::_Safe_iterator\fP< \fB_Base_const_iterator\fP, \fBdeque\fP > \fBconst_iterator\fP" .br .ti -1c .RI "\fBtypedef\fP _Base::const_pointer \fBconst_pointer\fP" .br .ti -1c .RI "\fBtypedef\fP _Base::const_reference \fBconst_reference\fP" .br .ti -1c .RI "\fBtypedef\fP \fBstd::reverse_iterator\fP< \fBconst_iterator\fP > \fBconst_reverse_iterator\fP" .br .ti -1c .RI "\fBtypedef\fP _Base::difference_type \fBdifference_type\fP" .br .ti -1c .RI "\fBtypedef\fP \fB__gnu_debug::_Safe_iterator\fP< \fB_Base_iterator\fP, \fBdeque\fP > \fBiterator\fP" .br .ti -1c .RI "\fBtypedef\fP _Base::pointer \fBpointer\fP" .br .ti -1c .RI "\fBtypedef\fP _Base::reference \fBreference\fP" .br .ti -1c .RI "\fBtypedef\fP \fBstd::reverse_iterator\fP< \fBiterator\fP > \fBreverse_iterator\fP" .br .ti -1c .RI "\fBtypedef\fP _Base::size_type \fBsize_type\fP" .br .ti -1c .RI "\fBtypedef\fP _Tp \fBvalue_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "template<\fBclass\fP \fB_InputIterator\fP , \fBtypename\fP = std::_RequireInputIter<_InputIterator>> \fBdeque\fP (\fB_InputIterator\fP __first, \fB_InputIterator\fP __last, \fBconst\fP \fB_Allocator\fP &__a=\fB_Allocator\fP())" .br .ti -1c .RI "\fBdeque\fP (\fBconst\fP \fB_Allocator\fP &__a)" .br .ti -1c .RI "\fBdeque\fP (\fBconst\fP \fB_Base\fP &__x)" .br .ti -1c .RI "\fBdeque\fP (\fBconst\fP \fBdeque\fP &)=\fBdefault\fP" .br .ti -1c .RI "\fBdeque\fP (\fBconst\fP \fBdeque\fP &__d, \fBconst\fP \fB_Allocator\fP &__a)" .br .ti -1c .RI "\fBdeque\fP (\fBdeque\fP &&)=\fBdefault\fP" .br .ti -1c .RI "\fBdeque\fP (\fBdeque\fP &&__d, \fBconst\fP \fB_Allocator\fP &__a)" .br .ti -1c .RI "\fBdeque\fP (\fBinitializer_list\fP< value_type > \fB__l\fP, \fBconst\fP \fBallocator_type\fP &__a=\fBallocator_type\fP())" .br .ti -1c .RI "\fBdeque\fP (size_type __n, \fBconst\fP \fB_Allocator\fP &__a=\fB_Allocator\fP())" .br .ti -1c .RI "\fBdeque\fP (size_type __n, \fBconst\fP _Tp &__value, \fBconst\fP \fB_Allocator\fP &__a=\fB_Allocator\fP())" .br .ti -1c .RI "\fBconst\fP \fB_Base\fP & \fB_M_base\fP () \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "\fB_Base\fP & \fB_M_base\fP () \fBnoexcept\fP" .br .ti -1c .RI "\fBvoid\fP \fB_M_swap\fP (_Safe_container &__x) \fBnoexcept\fP" .br .ti -1c .RI "template<\fBclass\fP \fB_InputIterator\fP , \fBtypename\fP = std::_RequireInputIter<_InputIterator>> \fBvoid\fP \fBassign\fP (\fB_InputIterator\fP __first, \fB_InputIterator\fP __last)" .br .ti -1c .RI "\fBvoid\fP \fBassign\fP (\fBinitializer_list\fP< value_type > \fB__l\fP)" .br .ti -1c .RI "\fBvoid\fP \fBassign\fP (size_type __n, \fBconst\fP _Tp &__t)" .br .ti -1c .RI "const_reference \fBback\fP () \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "reference \fBback\fP () \fBnoexcept\fP" .br .ti -1c .RI "\fBconst_iterator\fP \fBbegin\fP () \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "\fBiterator\fP \fBbegin\fP () \fBnoexcept\fP" .br .ti -1c .RI "\fBconst_iterator\fP \fBcbegin\fP () \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "\fBconst_iterator\fP \fBcend\fP () \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "\fBvoid\fP \fBclear\fP () \fBnoexcept\fP" .br .ti -1c .RI "\fBconst_reverse_iterator\fP \fBcrbegin\fP () \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "\fBconst_reverse_iterator\fP \fBcrend\fP () \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "template \fBiterator\fP \fBemplace\fP (\fBconst_iterator\fP \fB__position\fP, \fB_Args\fP &&\&.\&.\&. \fB__args\fP)" .br .ti -1c .RI "template \fBvoid\fP \fBemplace_back\fP (\fB_Args\fP &&\&.\&.\&. \fB__args\fP)" .br .ti -1c .RI "template \fBvoid\fP \fBemplace_front\fP (\fB_Args\fP &&\&.\&.\&. \fB__args\fP)" .br .ti -1c .RI "\fBconst_iterator\fP \fBend\fP () \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "\fBiterator\fP \fBend\fP () \fBnoexcept\fP" .br .ti -1c .RI "\fBiterator\fP \fBerase\fP (\fBconst_iterator\fP __first, \fBconst_iterator\fP __last)" .br .ti -1c .RI "\fBiterator\fP \fBerase\fP (\fBconst_iterator\fP \fB__position\fP)" .br .ti -1c .RI "const_reference \fBfront\fP () \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "reference \fBfront\fP () \fBnoexcept\fP" .br .ti -1c .RI "template<\fBclass\fP \fB_InputIterator\fP , \fBtypename\fP = std::_RequireInputIter<_InputIterator>> \fBiterator\fP \fBinsert\fP (\fBconst_iterator\fP \fB__position\fP, \fB_InputIterator\fP __first, \fB_InputIterator\fP __last)" .br .ti -1c .RI "\fBiterator\fP \fBinsert\fP (\fBconst_iterator\fP \fB__position\fP, _Tp &&__x)" .br .ti -1c .RI "\fBiterator\fP \fBinsert\fP (\fBconst_iterator\fP \fB__position\fP, \fBconst\fP _Tp &__x)" .br .ti -1c .RI "\fBiterator\fP \fBinsert\fP (\fBconst_iterator\fP \fB__position\fP, \fBinitializer_list\fP< value_type > \fB__l\fP)" .br .ti -1c .RI "\fBiterator\fP \fBinsert\fP (\fBconst_iterator\fP \fB__position\fP, size_type __n, \fBconst\fP _Tp &__x)" .br .ti -1c .RI "\fBdeque\fP & \fBoperator=\fP (\fBconst\fP \fBdeque\fP &)=\fBdefault\fP" .br .ti -1c .RI "\fBdeque\fP & \fBoperator=\fP (\fBdeque\fP &&)=\fBdefault\fP" .br .ti -1c .RI "\fBdeque\fP & \fBoperator=\fP (\fBinitializer_list\fP< value_type > \fB__l\fP)" .br .ti -1c .RI "const_reference \fBoperator[]\fP (size_type __n) \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "reference \fBoperator[]\fP (size_type __n) \fBnoexcept\fP" .br .ti -1c .RI "\fBvoid\fP \fBpop_back\fP () \fBnoexcept\fP" .br .ti -1c .RI "\fBvoid\fP \fBpop_front\fP () \fBnoexcept\fP" .br .ti -1c .RI "\fBvoid\fP \fBpush_back\fP (_Tp &&__x)" .br .ti -1c .RI "\fBvoid\fP \fBpush_back\fP (\fBconst\fP _Tp &__x)" .br .ti -1c .RI "\fBvoid\fP \fBpush_front\fP (_Tp &&__x)" .br .ti -1c .RI "\fBvoid\fP \fBpush_front\fP (\fBconst\fP _Tp &__x)" .br .ti -1c .RI "\fBconst_reverse_iterator\fP \fBrbegin\fP () \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "\fBreverse_iterator\fP \fBrbegin\fP () \fBnoexcept\fP" .br .ti -1c .RI "\fBconst_reverse_iterator\fP \fBrend\fP () \fBconst\fP \fBnoexcept\fP" .br .ti -1c .RI "\fBreverse_iterator\fP \fBrend\fP () \fBnoexcept\fP" .br .ti -1c .RI "\fBvoid\fP \fBresize\fP (size_type \fB__sz\fP)" .br .ti -1c .RI "\fBvoid\fP \fBresize\fP (size_type \fB__sz\fP, \fBconst\fP _Tp &__c)" .br .ti -1c .RI "\fBvoid\fP \fBshrink_to_fit\fP () \fBnoexcept\fP" .br .ti -1c .RI "\fBvoid\fP \fBswap\fP (\fBdeque\fP &__x) \fBnoexcept\fP(/*\fBconditional\fP */)" .br .in -1c .SS "Protected Member Functions" .in +1c .ti -1c .RI "_Safe_container & \fB_M_safe\fP () \fBnoexcept\fP" .br .in -1c .SS "Friends" .in +1c .ti -1c .RI "template<\fBtypename\fP \fB_ItT\fP , \fBtypename\fP \fB_SeqT\fP , \fBtypename\fP \fB_CatT\fP > \fBclass\fP \fB::__gnu_debug::_Safe_iterator\fP" .br .in -1c .SH "Detailed Description" .PP .SS "template<\fBtypename\fP _Tp, \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> .br class std::__debug::deque< _Tp, _Allocator >"Class std::deque with safety/checking/debug instrumentation\&. .PP Definition at line \fB50\fP of file \fBdebug/deque\fP\&. .SH "Member Typedef Documentation" .PP .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP \fB_Allocator\fP \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::allocator_type" .PP Definition at line \fB80\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP \fB__gnu_debug::_Safe_iterator\fP<\fB_Base_const_iterator\fP, \fBdeque\fP> \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::const_iterator" .PP Definition at line \fB74\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP _Base::const_pointer \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::const_pointer" .PP Definition at line \fB82\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP _Base::const_reference \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::const_reference" .PP Definition at line \fB69\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP \fBstd::reverse_iterator\fP<\fBconst_iterator\fP> \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::const_reverse_iterator" .PP Definition at line \fB84\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP _Base::difference_type \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::difference_type" .PP Definition at line \fB77\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP \fB__gnu_debug::_Safe_iterator\fP<\fB_Base_iterator\fP, \fBdeque\fP> \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::iterator" .PP Definition at line \fB72\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP _Base::pointer \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::pointer" .PP Definition at line \fB81\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP _Base::reference \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::reference" .PP Definition at line \fB68\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP \fBstd::reverse_iterator\fP<\fBiterator\fP> \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::reverse_iterator" .PP Definition at line \fB83\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP _Base::size_type \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::size_type" .PP Definition at line \fB76\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP _Tp \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::value_type" .PP Definition at line \fB79\fP of file \fBdebug/deque\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::deque (\fBconst\fP \fBdeque\fP< _Tp, \fB_Allocator\fP > & __d, \fBconst\fP \fB_Allocator\fP & __a)\fC [inline]\fP" .PP Definition at line \fB101\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::deque (\fBdeque\fP< _Tp, \fB_Allocator\fP > && __d, \fBconst\fP \fB_Allocator\fP & __a)\fC [inline]\fP" .PP Definition at line \fB104\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::deque (\fBinitializer_list\fP< value_type > __l, \fBconst\fP \fBallocator_type\fP & __a = \fC\fBallocator_type\fP()\fP)\fC [inline]\fP" .PP Definition at line \fB107\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::deque (\fBconst\fP \fB_Allocator\fP & __a)\fC [inline]\fP, \fC [explicit]\fP" .PP Definition at line \fB115\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::deque (size_type __n, \fBconst\fP \fB_Allocator\fP & __a = \fC\fB_Allocator\fP()\fP)\fC [inline]\fP, \fC [explicit]\fP" .PP Definition at line \fB120\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::deque (size_type __n, \fBconst\fP _Tp & __value, \fBconst\fP \fB_Allocator\fP & __a = \fC\fB_Allocator\fP()\fP)\fC [inline]\fP" .PP Definition at line \fB123\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> template<\fBclass\fP \fB_InputIterator\fP , \fBtypename\fP = std::_RequireInputIter<_InputIterator>> \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::deque (\fB_InputIterator\fP __first, \fB_InputIterator\fP __last, \fBconst\fP \fB_Allocator\fP & __a = \fC\fB_Allocator\fP()\fP)\fC [inline]\fP" .PP Definition at line \fB139\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::deque (\fBconst\fP \fB_Base\fP & __x)\fC [inline]\fP" .PP Definition at line \fB146\fP of file \fBdebug/deque\fP\&. .SH "Member Function Documentation" .PP .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBconst\fP \fB_Base\fP & \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::_M_base () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB632\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fB_Base\fP & \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::_M_base ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB629\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP \fB_SafeContainer\fP , \fBtypename\fP _Alloc , \fBtemplate\fP< \fBtypename\fP > \fBclass\fP _SafeBase, bool _IsCxx11AllocatorAware = true> _Safe_container & \fB__gnu_debug::_Safe_container\fP< \fB_SafeContainer\fP, _Alloc, _SafeBase, \fB_IsCxx11AllocatorAware\fP >::_M_safe ()\fC [inline]\fP, \fC [protected]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB52\fP of file \fBsafe_container\&.h\fP\&. .SS "template<\fBtypename\fP \fB_SafeContainer\fP , \fBtypename\fP _Alloc , \fBtemplate\fP< \fBtypename\fP > \fBclass\fP _SafeBase, bool _IsCxx11AllocatorAware = true> \fBvoid\fP \fB__gnu_debug::_Safe_container\fP< \fB_SafeContainer\fP, _Alloc, _SafeBase, \fB_IsCxx11AllocatorAware\fP >::_M_swap (\fB_Safe_container\fP< _SafeContainer, _Alloc, _SafeBase, _IsCxx11AllocatorAware > & __x)\fC [inline]\fP, \fC [noexcept]\fP, \fC [inherited]\fP" .PP Definition at line \fB104\fP of file \fBsafe_container\&.h\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> template<\fBclass\fP \fB_InputIterator\fP , \fBtypename\fP = std::_RequireInputIter<_InputIterator>> \fBvoid\fP \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::assign (\fB_InputIterator\fP __first, \fB_InputIterator\fP __last)\fC [inline]\fP" .PP Definition at line \fB180\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::assign (\fBinitializer_list\fP< value_type > __l)\fC [inline]\fP" .PP Definition at line \fB202\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::assign (size_type __n, \fBconst\fP _Tp & __t)\fC [inline]\fP" .PP Definition at line \fB194\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> const_reference \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::back () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB366\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> reference \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::back ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB359\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBconst_iterator\fP \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::begin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB217\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBiterator\fP \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::begin ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB213\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBconst_iterator\fP \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::cbegin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB246\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBconst_iterator\fP \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::cend () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB250\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::clear ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB622\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBconst_reverse_iterator\fP \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::crbegin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB254\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBconst_reverse_iterator\fP \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::crend () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB258\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> template \fBiterator\fP \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::emplace (\fBconst_iterator\fP __position, \fB_Args\fP &&\&.\&.\&. __args)\fC [inline]\fP" .PP Definition at line \fB428\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> template \fBvoid\fP \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::emplace_back (\fB_Args\fP &&\&.\&.\&. __args)\fC [inline]\fP" .PP Definition at line \fB417\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> template \fBvoid\fP \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::emplace_front (\fB_Args\fP &&\&.\&.\&. __args)\fC [inline]\fP" .PP Definition at line \fB402\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBconst_iterator\fP \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::end () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB225\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBiterator\fP \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::end ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB221\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBiterator\fP \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::erase (\fBconst_iterator\fP __first, \fBconst_iterator\fP __last)\fC [inline]\fP" .PP Definition at line \fB569\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBiterator\fP \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::erase (\fBconst_iterator\fP __position)\fC [inline]\fP" .PP Definition at line \fB543\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> const_reference \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::front () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB352\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> reference \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::front ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB345\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> template<\fBclass\fP \fB_InputIterator\fP , \fBtypename\fP = std::_RequireInputIter<_InputIterator>> \fBiterator\fP \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::insert (\fBconst_iterator\fP __position, \fB_InputIterator\fP __first, \fB_InputIterator\fP __last)\fC [inline]\fP" .PP Definition at line \fB489\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBiterator\fP \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::insert (\fBconst_iterator\fP __position, _Tp && __x)\fC [inline]\fP" .PP Definition at line \fB453\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBiterator\fP \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::insert (\fBconst_iterator\fP __position, \fBconst\fP _Tp & __x)\fC [inline]\fP" .PP Definition at line \fB440\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBiterator\fP \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::insert (\fBconst_iterator\fP __position, \fBinitializer_list\fP< value_type > __l)\fC [inline]\fP" .PP Definition at line \fB457\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBiterator\fP \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::insert (\fBconst_iterator\fP __position, size_type __n, \fBconst\fP _Tp & __x)\fC [inline]\fP" .PP Definition at line \fB468\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBdeque\fP & \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::operator= (\fBinitializer_list\fP< value_type > __l)\fC [inline]\fP" .PP Definition at line \fB165\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> const_reference \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::operator[] (size_type __n) const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB336\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> reference \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::operator[] (size_type __n)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB329\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::pop_back ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB534\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::pop_front ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB526\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::push_back (_Tp && __x)\fC [inline]\fP" .PP Definition at line \fB393\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::push_back (\fBconst\fP _Tp & __x)\fC [inline]\fP" .PP Definition at line \fB381\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::push_front (_Tp && __x)\fC [inline]\fP" .PP Definition at line \fB389\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::push_front (\fBconst\fP _Tp & __x)\fC [inline]\fP" .PP Definition at line \fB374\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBconst_reverse_iterator\fP \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::rbegin () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB233\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBreverse_iterator\fP \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::rbegin ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB229\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBconst_reverse_iterator\fP \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::rend () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB241\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBreverse_iterator\fP \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::rend ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB237\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::resize (size_type __sz)\fC [inline]\fP" .PP Definition at line \fB277\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::resize (size_type __sz, \fBconst\fP _Tp & __c)\fC [inline]\fP" .PP Definition at line \fB290\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::shrink_to_fit ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB318\fP of file \fBdebug/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__debug::deque\fP< _Tp, \fB_Allocator\fP >::swap (\fBdeque\fP< _Tp, \fB_Allocator\fP > & __x)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB614\fP of file \fBdebug/deque\fP\&. .SH "Friends And Related Symbol Documentation" .PP .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> template<\fBtypename\fP \fB_ItT\fP , \fBtypename\fP \fB_SeqT\fP , \fBtypename\fP \fB_CatT\fP > friend \fBclass\fP \fB::__gnu_debug::_Safe_iterator\fP\fC [friend]\fP" .PP Definition at line \fB65\fP of file \fBdebug/deque\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.