GNU g++  v5.2.1
GNU Standard C++
__gnu_parallel::_LoserTreeBase< _Tp, _Compare >::_Loser Struct Reference

Internal representation of a _LoserTree element. More...

#include <losertree.h>

Collaboration diagram for __gnu_parallel::_LoserTreeBase< _Tp, _Compare >::_Loser:

Public Attributes

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

Detailed Description

template<typename _Tp, typename _Compare>
struct __gnu_parallel::_LoserTreeBase< _Tp, _Compare >::_Loser

Internal representation of a _LoserTree element.

Member Data Documentation


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