libstdc++
std::__profile::deque< _Tp, _Allocator > Class Template Reference

Inherits deque< _Tp, std::allocator< _Tp > >.

Public Types

typedef _Base::size_type size_type
 
typedef _Base::value_type value_type
 

Public Member Functions

template<typename _InputIterator , typename = std::_RequireInputIter<_InputIterator>>
 deque (_InputIterator __first, _InputIterator __last, const _Allocator &__a=_Allocator())
 
 deque (const _Allocator &__a)
 
 deque (const _Base &__x)
 
 deque (const deque &)=default
 
 deque (const deque &__d, const _Allocator &__a)
 
 deque (deque &&)=default
 
 deque (deque &&__d, const _Allocator &__a)
 
 deque (initializer_list< value_type > __l, const _Allocator &__a=_Allocator())
 
 deque (size_type __n, const _Allocator &__a=_Allocator())
 
 deque (size_type __n, const _Tp &__value, const _Allocator &__a=_Allocator())
 
const _Base_M_base () const noexcept
 
_Base_M_base () noexcept
 
dequeoperator= (const deque &)=default
 
dequeoperator= (deque &&)=default
 
dequeoperator= (initializer_list< value_type > __l)
 
void swap (deque &__x) noexcept(/*conditional */)
 

Detailed Description

template<typename _Tp, typename _Allocator = std::allocator<_Tp>>
class std::__profile::deque< _Tp, _Allocator >

Class std::deque wrapper with performance instrumentation.

Definition at line 40 of file profile/deque.

Member Typedef Documentation

◆ size_type

template<typename _Tp , typename _Allocator = std::allocator<_Tp>>
typedef _Base::size_type std::__profile::deque< _Tp, _Allocator >::size_type

Definition at line 46 of file profile/deque.

◆ value_type

template<typename _Tp , typename _Allocator = std::allocator<_Tp>>
typedef _Base::value_type std::__profile::deque< _Tp, _Allocator >::value_type

Definition at line 47 of file profile/deque.

Constructor & Destructor Documentation

◆ deque() [1/8]

template<typename _Tp , typename _Allocator = std::allocator<_Tp>>
std::__profile::deque< _Tp, _Allocator >::deque ( const deque< _Tp, _Allocator > &  __d,
const _Allocator &  __a 
)
inline

Definition at line 63 of file profile/deque.

◆ deque() [2/8]

template<typename _Tp , typename _Allocator = std::allocator<_Tp>>
std::__profile::deque< _Tp, _Allocator >::deque ( deque< _Tp, _Allocator > &&  __d,
const _Allocator &  __a 
)
inline

Definition at line 66 of file profile/deque.

◆ deque() [3/8]

template<typename _Tp , typename _Allocator = std::allocator<_Tp>>
std::__profile::deque< _Tp, _Allocator >::deque ( initializer_list< value_type >  __l,
const _Allocator &  __a = _Allocator() 
)
inline

Definition at line 71 of file profile/deque.

◆ deque() [4/8]

template<typename _Tp , typename _Allocator = std::allocator<_Tp>>
std::__profile::deque< _Tp, _Allocator >::deque ( const _Allocator &  __a)
inlineexplicit

Definition at line 77 of file profile/deque.

◆ deque() [5/8]

template<typename _Tp , typename _Allocator = std::allocator<_Tp>>
std::__profile::deque< _Tp, _Allocator >::deque ( size_type  __n,
const _Allocator &  __a = _Allocator() 
)
inlineexplicit

Definition at line 82 of file profile/deque.

◆ deque() [6/8]

template<typename _Tp , typename _Allocator = std::allocator<_Tp>>
std::__profile::deque< _Tp, _Allocator >::deque ( size_type  __n,
const _Tp &  __value,
const _Allocator &  __a = _Allocator() 
)
inline

Definition at line 85 of file profile/deque.

◆ deque() [7/8]

template<typename _Tp , typename _Allocator = std::allocator<_Tp>>
template<typename _InputIterator , typename = std::_RequireInputIter<_InputIterator>>
std::__profile::deque< _Tp, _Allocator >::deque ( _InputIterator  __first,
_InputIterator  __last,
const _Allocator &  __a = _Allocator() 
)
inline

Definition at line 101 of file profile/deque.

◆ deque() [8/8]

template<typename _Tp , typename _Allocator = std::allocator<_Tp>>
std::__profile::deque< _Tp, _Allocator >::deque ( const _Base __x)
inline

Definition at line 106 of file profile/deque.

Member Function Documentation

◆ _M_base() [1/2]

template<typename _Tp , typename _Allocator = std::allocator<_Tp>>
const _Base & std::__profile::deque< _Tp, _Allocator >::_M_base ( ) const
inlinenoexcept

Definition at line 140 of file profile/deque.

◆ _M_base() [2/2]

template<typename _Tp , typename _Allocator = std::allocator<_Tp>>
_Base & std::__profile::deque< _Tp, _Allocator >::_M_base ( )
inlinenoexcept

Definition at line 137 of file profile/deque.

◆ operator=()

template<typename _Tp , typename _Allocator = std::allocator<_Tp>>
deque & std::__profile::deque< _Tp, _Allocator >::operator= ( initializer_list< value_type >  __l)
inline

Definition at line 124 of file profile/deque.

◆ swap()

template<typename _Tp , typename _Allocator = std::allocator<_Tp>>
void std::__profile::deque< _Tp, _Allocator >::swap ( deque< _Tp, _Allocator > &  __x)
inlinenoexcept

Definition at line 132 of file profile/deque.


The documentation for this class was generated from the following file: