MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / operator<

Method operator<

Libs/flatbuffers/flatbuffers.h:715–717  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

713 // clang-format on
714
715 bool operator<(const String &o) const {
716 return StringLessThan(this->data(), this->size(), o.data(), o.size());
717 }
718};
719
720// Convenience function to get std::string from a String returning an empty

Callers

nothing calls this directly

Calls 3

StringLessThanFunction · 0.85
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected