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::_LoserTreeBase__Loser.3cxx

Author

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

                                                    libstd__gnu_parallel::_Loser..._Tp,_Compare>::_Loser(3cxx)

Detailed Description

template<typename_Tp,typename_Compare>
       struct __gnu_parallel::_LoserTreeBase< _Tp, _Compare >::_Loser"Internal representation of a _LoserTree
       element.

Member Data Documentation

template<typename_Tp,typename_Compare>_Tp__gnu_parallel::_LoserTreeBase<_Tp,_Compare>::_Loser::_M_key
       _M_key of the element in the _LoserTree.

       Referenced by __gnu_parallel::_LoserTreeBase<_Tp,_Compare>::__insert_start().

   template<typename_Tp,typename_Compare>int__gnu_parallel::_LoserTreeBase<_Tp,_Compare>::_Loser::_M_source
       __index of the __source __sequence.

       Referenced by __gnu_parallel::_LoserTreeBase<_Tp,_Compare>::__get_min_source(), and
       __gnu_parallel::_LoserTreeBase<_Tp,_Compare>::__insert_start().

   template<typename_Tp,typename_Compare>bool__gnu_parallel::_LoserTreeBase<_Tp,_Compare>::_Loser::_M_sup
       flag, true iff this is a 'maximum' __sentinel.

       Referenced by __gnu_parallel::_LoserTreeBase<_Tp,_Compare>::__insert_start().

Name

       __gnu_parallel::_LoserTreeBase< _Tp, _Compare >::_Loser - Internal representation of a _LoserTree
       element.

Synopsis

       #include <losertree.h>

   PublicAttributes
       _Tp _M_key
           _M_key of the element in the _LoserTree.
       int _M_source
           __index of the __source __sequence.
       bool _M_sup
           flag, true iff this is a 'maximum' __sentinel.

See Also