OpenTTD Source  20240919-master-gdf0233f4c2
CaseInsensitiveCharTraits Struct Reference

Case insensitive implementation of the standard character type traits. More...

Inheritance diagram for CaseInsensitiveCharTraits:

Static Public Member Functions

static bool eq (char c1, char c2)
 
static bool ne (char c1, char c2)
 
static bool lt (char c1, char c2)
 
static int compare (const char *s1, const char *s2, size_t n)
 
static const char * find (const char *s, size_t n, char a)
 

Detailed Description

Case insensitive implementation of the standard character type traits.

Definition at line 288 of file string.cpp.


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