MCPcopy Create free account
hub / github.com/doctest/doctest / operator==

Method operator==

examples/all_features/stringification.cpp:158–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156namespace Bar {
157struct Foo {
158 friend bool operator==(const Foo &, const Foo &) {
159 return false;
160 }
161};
162
163// as a third option you may provide an overload of toString()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected