MCPcopy 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
299enum class Foo {};
300
301static 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