MCPcopy Create free account
hub / github.com/Neargye/magic_enum / GREEN>

Method GREEN>

example/example_switch.cpp:37–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36template <>
37constexpr std::string_view DoWork<Color::GREEN>() {
38 return "override";
39}
40
41// Helper type for the visitor pattern.
42template <typename... Ts> struct overloaded : Ts... { using Ts::operator()...; };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected