|
Gator Library
An implementation of the Red-Black Tree and Priority queue data structure in C++.
|
The Compare class is used as a comparison function for the reservation class. More...
#include <reservation.hpp>

Public Member Functions | |
| bool | operator() (reservation a, reservation b) |
| Overloaded function call operator to compare two reservations. | |
The Compare class is used as a comparison function for the reservation class.
|
inline |
Overloaded function call operator to compare two reservations.
| a | The first reservation to compare. |
| b | The second reservation to compare. |