Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
LowerPriorityThan< T, Comparator > Class Template Reference

Detailed Description

template<typename T, typename Comparator>
class LowerPriorityThan< T, Comparator >

Definition at line 24 of file adjustable_priority_queue.h.

#include <adjustable_priority_queue.h>

Public Member Functions

 LowerPriorityThan (Comparator *compare)
bool operator() (T *a, T *b) const

Constructor & Destructor Documentation

◆ LowerPriorityThan()

template<typename T, typename Comparator>
LowerPriorityThan< T, Comparator >::LowerPriorityThan ( Comparator * compare)
inlineexplicit

Definition at line 26 of file adjustable_priority_queue.h.

Member Function Documentation

◆ operator()()

template<typename T, typename Comparator>
bool LowerPriorityThan< T, Comparator >::operator() ( T * a,
T * b ) const
inline

Definition at line 27 of file adjustable_priority_queue.h.


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