STLdoc
STLdocumentation
|
Internal representation of a _LoserTree element. More...
#include <parallel/losertree.h>
Public Attributes | |
bool | _M_sup |
flag, true iff this is a "maximum" __sentinel. More... | |
int | _M_source |
__index of the __source __sequence. More... | |
_Tp | _M_key |
_M_key of the element in the _LoserTree. More... | |
Internal representation of a _LoserTree element.
_Tp __gnu_parallel::_LoserTreeBase< _Tp, _Compare >::_Loser::_M_key |
_M_key of the element in the _LoserTree.
int __gnu_parallel::_LoserTreeBase< _Tp, _Compare >::_Loser::_M_source |
__index of the __source __sequence.
bool __gnu_parallel::_LoserTreeBase< _Tp, _Compare >::_Loser::_M_sup |
flag, true iff this is a "maximum" __sentinel.