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

Class CiCharLess

components/misc/strings/algorithm.hpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12namespace Misc::StringUtils
13{
14 struct CiCharLess
15 {
16 bool operator()(char x, char y) const { return toLower(x) < toLower(y); }
17 };
18
19 inline std::string underscoresToSpaces(const std::string_view oldName)
20 {

Callers 1

ciLessFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected