Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doctest/doctest
/ C
Class
C
examples/all_features/stringification.cpp:27–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
};
27
struct C {};
28
static std::ostream &operator<<(std::ostream &os, const C &) {
29
return os <<
"C"
;
30
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected