|
libstdc++
|
Inherits deque< _Tp, _Allocator >.
Public Types | |
| typedef _Base::size_type | size_type |
| typedef _Base::value_type | value_type |
Public Member Functions | |
| deque (const deque &)=default | |
| deque (deque &&)=default | |
| deque (const deque &__d, const _Allocator &__a) | |
| deque (deque &&__d, const _Allocator &__a) | |
| deque (initializer_list< value_type > __l, const _Allocator &__a=_Allocator()) | |
| deque (const _Allocator &__a) | |
| _Base & | _M_base () noexcept |
| const _Base & | _M_base () const noexcept |
| void | noexcept () |
| deque & | operator= (deque &&)=default |
| deque & | operator= (initializer_list< value_type > __l) |
Public Attributes | |
| __a | |
| __pad0__: _Base(__n | |
Class std::deque wrapper with performance instrumentation.
Definition at line 40 of file profile/deque.