MCPcopy 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
193inline bool operator>(const StringPiece& x, const StringPiece& y) {
194 return y < x;
195}
196
197inline bool operator<=(const StringPiece& x, const StringPiece& y) {
198 return !(x > y);

Callers 1

FromStringBaseMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected