.TH "std::__profile::deque< _Tp, _Allocator >" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::__profile::deque< _Tp, _Allocator > \- Class std::deque wrapper with performance instrumentation\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits deque< _Tp, std::allocator< _Tp > >\&. .SS "Public Types" .in +1c .ti -1c .RI "\fBtypedef\fP _Base::size_type \fBsize_type\fP" .br .ti -1c .RI "\fBtypedef\fP _Base::value_type \fBvalue_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "template<\fBtypename\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 \fB_Allocator\fP &__a=\fB_Allocator\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 "\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 "\fBvoid\fP \fBswap\fP (\fBdeque\fP &__x) \fBnoexcept\fP(/*\fBconditional\fP */)" .br .in -1c .SH "Detailed Description" .PP .SS "template<\fBtypename\fP _Tp, \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> .br class std::__profile::deque< _Tp, _Allocator >"Class std::deque wrapper with performance instrumentation\&. .PP Definition at line \fB40\fP of file \fBprofile/deque\fP\&. .SH "Member Typedef Documentation" .PP .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP _Base::size_type \fBstd::__profile::deque\fP< _Tp, \fB_Allocator\fP >::size_type" .PP Definition at line \fB46\fP of file \fBprofile/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBtypedef\fP _Base::value_type \fBstd::__profile::deque\fP< _Tp, \fB_Allocator\fP >::value_type" .PP Definition at line \fB47\fP of file \fBprofile/deque\fP\&. .SH "Constructor & Destructor Documentation" .PP .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBstd::__profile::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 \fB63\fP of file \fBprofile/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBstd::__profile::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 \fB66\fP of file \fBprofile/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBstd::__profile::deque\fP< _Tp, \fB_Allocator\fP >::deque (\fBinitializer_list\fP< value_type > __l, \fBconst\fP \fB_Allocator\fP & __a = \fC\fB_Allocator\fP()\fP)\fC [inline]\fP" .PP Definition at line \fB71\fP of file \fBprofile/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBstd::__profile::deque\fP< _Tp, \fB_Allocator\fP >::deque (\fBconst\fP \fB_Allocator\fP & __a)\fC [inline]\fP, \fC [explicit]\fP" .PP Definition at line \fB77\fP of file \fBprofile/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBstd::__profile::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 \fB82\fP of file \fBprofile/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBstd::__profile::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 \fB85\fP of file \fBprofile/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> template<\fBtypename\fP \fB_InputIterator\fP , \fBtypename\fP = std::_RequireInputIter<_InputIterator>> \fBstd::__profile::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 \fB101\fP of file \fBprofile/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBstd::__profile::deque\fP< _Tp, \fB_Allocator\fP >::deque (\fBconst\fP \fB_Base\fP & __x)\fC [inline]\fP" .PP Definition at line \fB106\fP of file \fBprofile/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::__profile::deque\fP< _Tp, \fB_Allocator\fP >::_M_base () const\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB140\fP of file \fBprofile/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fB_Base\fP & \fBstd::__profile::deque\fP< _Tp, \fB_Allocator\fP >::_M_base ()\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB137\fP of file \fBprofile/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBdeque\fP & \fBstd::__profile::deque\fP< _Tp, \fB_Allocator\fP >::operator= (\fBinitializer_list\fP< value_type > __l)\fC [inline]\fP" .PP Definition at line \fB124\fP of file \fBprofile/deque\fP\&. .SS "template<\fBtypename\fP _Tp , \fBtypename\fP \fB_Allocator\fP = std::allocator<_Tp>> \fBvoid\fP \fBstd::__profile::deque\fP< _Tp, \fB_Allocator\fP >::swap (\fBdeque\fP< _Tp, \fB_Allocator\fP > & __x)\fC [inline]\fP, \fC [noexcept]\fP" .PP Definition at line \fB132\fP of file \fBprofile/deque\fP\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.