tlx
Loading...
Searching...
No Matches
LoserTreePointerBase< 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
 pointer to key value of the element in this node
 

Detailed Description

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

Internal representation of a loser tree player/node.

Definition at line 318 of file loser_tree.hpp.

Member Data Documentation

◆ keyp

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

pointer to key value of the element in this node

Definition at line 322 of file loser_tree.hpp.

◆ source

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

index of source

Definition at line 320 of file loser_tree.hpp.


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