Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
266
inline bool operator<(const StringPiece& x, const StringPiece& y) {
267
return x.Compare(y) < 0;
268
}
269
270
inline bool operator>(const StringPiece& x, const StringPiece& y) {
271
return y < x;
Callers
nothing calls this directly
Calls
1
Compare
Method · 0.45
Tested by
no test coverage detected