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