MCPcopy Create free account
hub / github.com/apache/thrift / operator<

Method operator<

test/cpp/src/ThriftTest_extras.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26namespace test {
27
28bool Insanity::operator<(thrift::test::Insanity const& other) const {
29 using apache::thrift::ThriftDebugString;
30 return ThriftDebugString(*this) < ThriftDebugString(other);
31}
32}
33}

Callers

nothing calls this directly

Calls 1

ThriftDebugStringFunction · 0.85

Tested by

no test coverage detected