tlx
Loading...
Searching...
No Matches
LoserTreeCopyBase< ValueType, Comparator >::Loser Struct Reference

Internal representation of a loser tree player/node. More...

#include <loser_tree.hpp>

Public Attributes

bool sup
 flag, true iff is a virtual maximum sentinel
 
Source source
 index of source
 
ValueType key
 copy of key value of the element in this node
 

Detailed Description

template<typename ValueType, typename Comparator = std::less<ValueType>>
struct tlx::LoserTreeCopyBase< ValueType, Comparator >::Loser

Internal representation of a loser tree player/node.

Definition at line 66 of file loser_tree.hpp.

Member Data Documentation

◆ key

template<typename ValueType , typename Comparator = std::less<ValueType>>
ValueType key

copy of key value of the element in this node

Definition at line 72 of file loser_tree.hpp.

◆ source

template<typename ValueType , typename Comparator = std::less<ValueType>>
Source source

index of source

Definition at line 70 of file loser_tree.hpp.

◆ sup

template<typename ValueType , typename Comparator = std::less<ValueType>>
bool sup

flag, true iff is a virtual maximum sentinel

Definition at line 68 of file loser_tree.hpp.


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