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

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

#include <loser_tree.hpp>

Public Attributes

Source source
 index of source
 
const ValueType * keyp
 copy of key value of the element in this node
 

Detailed Description

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

Internal representation of a loser tree player/node.

Definition at line 716 of file loser_tree.hpp.

Member Data Documentation

◆ keyp

template<typename ValueType , typename Comparator = std::less<ValueType>>
const ValueType* keyp

copy of key value of the element in this node

Definition at line 720 of file loser_tree.hpp.

◆ source

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

index of source

Definition at line 718 of file loser_tree.hpp.


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