Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doctest/doctest
/ A
Class
A
examples/all_features/stringification.cpp:21–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
20
namespace N {
21
struct A {};
22
struct B {
23
friend std::ostream &operator<<(std::ostream &os, const B &) {
24
return os <<
"B"
;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected