MCPcopy Create free account
hub / github.com/alibaba/graph-learn / operator<

Function operator<

graphlearn/src/common/string/lite_string.h:152–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152inline bool operator<(LiteString x, LiteString y) {
153 return x.compare(y) < 0;
154}
155
156inline bool operator>(LiteString x, LiteString y) {
157 return x.compare(y) > 0;

Callers

nothing calls this directly

Calls 1

compareMethod · 0.80

Tested by

no test coverage detected