World of Might and Magic  0.2.0
Open reimplementation of Might and Magic 6 7 8 game engine
Структура ci_less::nocase_compare

#include <Strings.h>

+ Граф наследования:ci_less::nocase_compare:
+ Граф связей класса ci_less::nocase_compare:

Открытые члены

bool operator() (const unsigned char &c1, const unsigned char &c2) const
 

Подробное описание

См. определение в файле Strings.h строка 29

Методы

◆ operator()()

bool ci_less::nocase_compare::operator() ( const unsigned char &  c1,
const unsigned char &  c2 
) const
inline

См. определение в файле Strings.h строка 31

32  {
33  return tolower(c1) < tolower(c2);
34  }

Объявления и описания членов структуры находятся в файле: