MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / operator<

Function operator<

Bcore/src/main/cpp/base/stringpiece.h:266–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266inline bool operator<(const StringPiece& x, const StringPiece& y) {
267 return x.Compare(y) < 0;
268}
269
270inline bool operator>(const StringPiece& x, const StringPiece& y) {
271 return y < x;

Callers

nothing calls this directly

Calls 1

CompareMethod · 0.45

Tested by

no test coverage detected