MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / operator>=

Method operator>=

tests/ClassOperatorHandlerTest.cpp:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 bool operator>(const Test& rhs) { return mX > rhs.mX; }
53
54 bool operator>=(const Test& rhs) { return mX >= rhs.mX; }
55
56 Test& operator[](const int index) { return *this; };
57

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected