|
OpenTTD Source 20260415-master-g3f4984ebaa
|
Sorter for PriorityBaseProvider. More...
#include <provider_manager.h>
Public Member Functions | |
| bool | operator() (const T *a, const T *b) const |
Sorter for PriorityBaseProvider.
It will sort based on the priority, smaller first. If the priority is the same, it will sort based on the pointer value.
Definition at line 119 of file provider_manager.h.
|
inline |
Definition at line 120 of file provider_manager.h.