Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ operator <
Function
operator <
sdk/angelscript/source/as_string.cpp:423–426 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
421
}
422
423
bool operator <(const asCString &a, const asCString &b)
424
{
425
return a.Compare(b) < 0;
426
}
427
428
asCString operator +(const asCString &a, const asCString &b)
429
{
Callers
nothing calls this directly
Calls
1
Compare
Method · 0.80
Tested by
no test coverage detected