OR-Tools  8.2
LowerPriorityThan< T, Comparator >

Detailed Description

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

Definition at line 28 of file adjustable_priority_queue.h.

Public Member Functions

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

Constructor & Destructor Documentation

◆ LowerPriorityThan()

LowerPriorityThan ( Comparator *  compare)
inlineexplicit

Definition at line 30 of file adjustable_priority_queue.h.

Member Function Documentation

◆ operator()()

bool operator() ( T *  a,
T *  b 
) const
inline

Definition at line 31 of file adjustable_priority_queue.h.


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