MCPcopy Create free account
hub / github.com/OpenMW/openmw / ciLess

Function ciLess

components/misc/strings/algorithm.hpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 inline bool ciLess(std::string_view x, std::string_view y)
27 {
28 return std::lexicographical_compare(x.begin(), x.end(), y.begin(), y.end(), CiCharLess());
29 }
30
31 inline bool ciEqual(std::string_view x, std::string_view y)
32 {

Callers 8

operator<Method · 0.85
operator<Function · 0.85
operator()Method · 0.85
sortMethod · 0.85
setPtrMethod · 0.85
sortSpellsFunction · 0.85
sortSpellsMethod · 0.85
updateMethod · 0.85

Calls 3

CiCharLessClass · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected