|
OpenTTD Source 20251213-master-g1091fa6071
|
Case insensitive comparator for strings, for example for use in std::map. More...
#include <string_func.h>
Public Member Functions | |
| bool | operator() (std::string_view s1, std::string_view s2) const |
Case insensitive comparator for strings, for example for use in std::map.
Definition at line 52 of file string_func.h.
|
inline |
Definition at line 53 of file string_func.h.