Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
156
namespace Bar {
157
struct 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()
164
inline doctest::String toString(const Foo &) {
Callers
1
stringification.cpp
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected