MCPcopy 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
484bool 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

asCompareStringsFunction · 0.85
AddressOfMethod · 0.45
GetLengthMethod · 0.45

Tested by

no test coverage detected