MCPcopy Create free account
hub / github.com/anjo76/angelscript / operator==

Method operator==

sdk/angelscript/source/as_string.cpp:479–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477}
478
479bool asCStringPointer::operator==(const asCStringPointer& other) const
480{
481 return asCompareStrings(AddressOf(), GetLength(), other.AddressOf(), other.GetLength()) == 0;
482}
483
484bool asCStringPointer::operator<(const asCStringPointer& other) const
485{

Callers

nothing calls this directly

Calls 3

asCompareStringsFunction · 0.85
AddressOfMethod · 0.45
GetLengthMethod · 0.45

Tested by

no test coverage detected