Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMW/openmw
/ operator()
Method
operator()
components/misc/strings/algorithm.hpp:107–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
105
using is_transparent = void;
106
107
bool operator()(std::string_view left, std::string_view right) const { return ciLess(left, right); }
108
};
109
110
struct StringHash
Callers
nothing calls this directly
Calls
1
ciLess
Function · 0.85
Tested by
no test coverage detected