MCPcopy Create free account
hub / github.com/axmolengine/axmol / operator<

Method operator<

3rdparty/flatbuffers/string.h:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 // clang-format on
41
42 bool operator<(const String &o) const {
43 return StringLessThan(this->data(), this->size(), o.data(), o.size());
44 }
45};
46
47// Convenience function to get std::string from a String returning an empty

Callers

nothing calls this directly

Calls 4

sizeMethod · 0.95
StringLessThanFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected