SuperTuxKart
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Online::Request::Compare Class Reference

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.
 

Detailed Description

This class is used by the priority queue to sort requests by priority.


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