Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ operator>
Function
operator>
extern/re2/re2/stringpiece.h:193–195 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
191
}
192
193
inline bool operator>(const StringPiece& x, const StringPiece& y) {
194
return y < x;
195
}
196
197
inline bool operator<=(const StringPiece& x, const StringPiece& y) {
198
return !(x > y);
Callers
1
FromStringBase
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected