Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doctest/doctest
/ Foo
Enum
Foo
examples/all_features/stringification.cpp:299–299 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
297
}
298
299
enum class Foo {};
300
301
static std::ostream &operator<<(std::ostream &os, Foo) {
302
return os <<
"Foo"
;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected