MCPcopy Create free account
hub / github.com/Snapchat/djinni / operator>

Function operator>

test-suite/generated-src/cpp/date_record.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27bool operator>(const DateRecord& lhs, const DateRecord& rhs) {
28 return rhs < lhs;
29}
30
31bool operator<=(const DateRecord& lhs, const DateRecord& rhs) {
32 return !(rhs < lhs);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected