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