logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

std::__profile::deque< _Tp, _Allocator > - Class std::deque wrapper with performance instrumentation.

Author

       Generated automatically by Doxygen for libstdc++ from the source code.

libstdc++                                        Tue Jul 19 2022  std::__profile::deque<_Tp,_Allocator>(3cxx)

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.

Name

       std::__profile::deque< _Tp, _Allocator > - Class std::deque wrapper with performance instrumentation.

Synopsis

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

   PublicTypes
       typedef _Base::size_type size_type
       typedef _Base::value_type value_typePublicMemberFunctions
       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
       deque & operator= (const deque &)=default
       deque & operator= (deque &&)=default
       deque & operator= (initializer_list< value_type > __l)
       void swap (deque &__x) noexcept(/*conditional */)

See Also