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

Class B

examples/all_features/stringification.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20namespace N {
21struct A {};
22struct B {
23 friend std::ostream &operator<<(std::ostream &os, const B &) {
24 return os << "B";
25 }
26};
27struct C {};
28static std::ostream &operator<<(std::ostream &os, const C &) {
29 return os << "C";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected