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

#include <adjustable_priority_queue.h>

Public Member Functions

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

Detailed Description

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

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Definition at line 26 of file adjustable_priority_queue.h.

Constructor & Destructor Documentation

◆ LowerPriorityThan()

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

Definition at line 28 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 29 of file adjustable_priority_queue.h.


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