Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ operator<
Method
operator<
sdk/angelscript/source/as_string.cpp:484–487 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
482
}
483
484
bool asCStringPointer::operator<(const asCStringPointer& other) const
485
{
486
return asCompareStrings(AddressOf(), GetLength(), other.AddressOf(), other.GetLength()) < 0;
487
}
Callers
nothing calls this directly
Calls
3
asCompareStrings
Function · 0.85
AddressOf
Method · 0.45
GetLength
Method · 0.45
Tested by
no test coverage detected