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

__gnu_parallel::_LoserTreePointerBase.3cxx

Author

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

                                                    libst__gnu_parallel::_LoserT...erBase<_Tp,_Compare>(3cxx)

Detailed Description

template<typename_Tp,typename_Compare>
       class __gnu_parallel::_LoserTreePointerBase< _Tp, _Compare >"Base class of _Loser Tree implementation
       using pointers.

Name

       __gnu_parallel::_LoserTreePointerBase< _Tp, _Compare > - Base class of _Loser Tree implementation using
       pointers.

Synopsis

       #include <losertree.h>

       Inherited by __gnu_parallel::_LoserTreePointer<__stable,_Tp,_Compare>, and
       __gnu_parallel::_LoserTreePointer<false,_Tp,_Compare>.

   Classes
       struct _Loser
           Internal representation of _LoserTree __elements.

   PublicMemberFunctions_LoserTreePointerBase (unsigned int __k, _Compare __comp=std::less< _Tp >())
       int __get_min_source ()
       void __insert_start (const _Tp &__key, int __source, bool __sup)

   ProtectedAttributes
       _Compare _M_comp
       unsigned int _M_ik
       unsigned int _M_k_Loser * _M_losers
       unsigned int _M_offset

See Also