Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMW/openmw
/ operator<
Function
operator<
components/esm/stringrefid.cpp:69–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
}
68
69
bool operator<(StringRefId lhs, std::string_view rhs) noexcept
70
{
71
return Misc::StringUtils::ciLess(*lhs.mValue, rhs);
72
}
73
74
bool operator<(std::string_view lhs, StringRefId rhs) noexcept
75
{
Callers
nothing calls this directly
Calls
1
ciLess
Function · 0.85
Tested by
no test coverage detected