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

#include <Strings.h>

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

Классы

struct  nocase_compare
 

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

bool operator() (const std::string &s1, const std::string &s2) const
 

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

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

Методы

◆ operator()()

bool ci_less::operator() ( const std::string s1,
const std::string s2 
) const
inline

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

36  {
37  return std::lexicographical_compare(s1.begin(),
38  s1.end(), // source range
39  s2.begin(), s2.end(), // dest range
40  nocase_compare()); // comparison
41  }

Объявления и описания членов структуры находятся в файле:
s1
GLuint GLfloat GLfloat GLfloat GLfloat GLfloat GLfloat GLfloat GLfloat s1
Definition: SDL_opengl_glext.h:8586