MCPcopy Create free account
hub / github.com/doctest/doctest / Foo

Class Foo

examples/all_features/stringification.cpp:157–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155
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()
164inline doctest::String toString(const Foo &) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected