MCPcopy Create free account
hub / github.com/BowenFu/matchit.cpp / A

Class A

test/matchit/legacy.cpp:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67struct A
68{
69 int32_t a;
70 int32_t b;
71};
72bool operator==(A const lhs, A const rhs)
73{
74 return lhs.a == rhs.a && lhs.b == rhs.b;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected