Google OR-Tools: LowerPriorityThan< T, Comparator

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

template<typename T, typename Comparator>

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

◆ operator()()

template<typename T, typename Comparator>


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