Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::HotQueue< V, P, H >::HeapComparator Struct Reference

Comparator used by underlying heap. More...

Public Member Functions

bool operator() (const std::pair< V, P > &a, const std::pair< V, P > &b) const
 

Detailed Description

template<typename V, typename P, template< typename T, typename C > class H>
struct ogdf::HotQueue< V, P, H >::HeapComparator

Comparator used by underlying heap.

Definition at line 181 of file HotQueue.h.

Member Function Documentation

◆ operator()()

template<typename V , typename P , template< typename T, typename C > class H>
bool ogdf::HotQueue< V, P, H >::HeapComparator::operator() ( const std::pair< V, P > &  a,
const std::pair< V, P > &  b 
) const
inline

Definition at line 182 of file HotQueue.h.


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