__gnu_parallel::_LoserTreeBase< _Tp, _Compare >::_Loser(3) Library Functions Manual NAME __gnu_parallel::_LoserTreeBase< _Tp, _Compare >::_Loser - Internal representation of a _LoserTree element. SYNOPSIS #include Public Attributes _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. Detailed Description template struct __gnu_parallel::_LoserTreeBase< _Tp, _Compare >::_Loser"Internal representation of a _LoserTree element. Member Data Documentation template _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 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 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(). Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ __gnu_parallel::_LoserTreeBase< _Tp, _Compare >::_Loser(3)