OpenTTD Source
1.11.0-beta2
|
Comparator for strings. More...
#include <string_compare_type.hpp>
Public Member Functions | |
bool | operator() (const char *a, const char *b) const |
Compare two strings. More... | |
Comparator for strings.
Definition at line 14 of file string_compare_type.hpp.
|
inline |
Compare two strings.
a | The first string. |
b | The second string. |
Definition at line 21 of file string_compare_type.hpp.