.TH "std::__profile::deque< _Tp, _Allocator >" 3cxx "Mon May 22 2017" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::__profile::deque< _Tp, _Allocator > \- Class std::deque wrapper with performance instrumentation\&. .SH SYNOPSIS .br .PP .PP Inherits deque< _Tp, _Allocator >\&. .SS "Public Types" .in +1c .ti -1c .RI "typedef _Base::size_type \fBsize_type\fP" .br .ti -1c .RI "typedef _Base::value_type \fBvalue_type\fP" .br .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBdeque\fP (const \fBdeque\fP &)=default" .br .ti -1c .RI "\fBdeque\fP (\fBdeque\fP &&)=default" .br .ti -1c .RI "\fBdeque\fP (const \fBdeque\fP &__d, const _Allocator &__a)" .br .ti -1c .RI "\fBdeque\fP (\fBdeque\fP &&__d, const _Allocator &__a)" .br .ti -1c .RI "\fBdeque\fP (\fBinitializer_list\fP< value_type > __l, const _Allocator &__a=_Allocator())" .br .ti -1c .RI "\fBdeque\fP (const _Allocator &__a)" .br .ti -1c .RI "\fBdeque\fP (size_type __n, const _Allocator &__a=_Allocator())" .br .ti -1c .RI "\fBdeque\fP (size_type __n, const _Tp &__value, const _Allocator &__a=_Allocator())" .br .ti -1c .RI "template> \fBdeque\fP (_InputIterator __first, _InputIterator __last, const _Allocator &__a=_Allocator())" .br .ti -1c .RI "\fBdeque\fP (const \fB_Base\fP &__x)" .br .ti -1c .RI "\fB_Base\fP & \fB_M_base\fP () noexcept" .br .ti -1c .RI "const \fB_Base\fP & \fB_M_base\fP () const noexcept" .br .ti -1c .RI "\fBdeque\fP & \fBoperator=\fP (const \fBdeque\fP &)=default" .br .ti -1c .RI "\fBdeque\fP & \fBoperator=\fP (\fBdeque\fP &&)=default" .br .ti -1c .RI "\fBdeque\fP & \fBoperator=\fP (\fBinitializer_list\fP< value_type > __l)" .br .ti -1c .RI "void \fBswap\fP (\fBdeque\fP &__x) noexcept(/*conditional */)" .br .in -1c .SH "Detailed Description" .PP .SS "template> .br class std::__profile::deque< _Tp, _Allocator >" Class std::deque wrapper with performance instrumentation\&. .PP Definition at line 40 of file profile/deque\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.