OpenTTD Source  20240919-master-gdf0233f4c2
CapacityAnnotation::Comparator Struct Reference

Comparator for std containers. More...

Public Member Functions

bool operator() (const CapacityAnnotation *x, const CapacityAnnotation *y) const
 Compare two capacity annotations. More...
 

Detailed Description

Comparator for std containers.

Definition at line 85 of file mcf.cpp.

Member Function Documentation

◆ operator()()

bool CapacityAnnotation::Comparator::operator() ( const CapacityAnnotation x,
const CapacityAnnotation y 
) const

Compare two capacity annotations.

Parameters
xFirst capacity annotation.
ySecond capacity annotation.
Returns
If x is better than y.

Definition at line 605 of file mcf.cpp.


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