SuperTuxKart
|
This class is used by the priority queue to sort requests by priority. More...
#include <request.hpp>
Public Member Functions | |
bool | operator() (const std::shared_ptr< Request > &a, const std::shared_ptr< Request > &b) const |
Compares two requests, returns if the first request has a lower priority than the second one. | |
This class is used by the priority queue to sort requests by priority.