MCPcopy Create free account
hub / github.com/Neargye/magic_enum / DoWork

Function DoWork

example/example_switch.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31template <Color C>
32constexpr std::string_view DoWork() {
33 return "default";
34}
35
36template <>
37constexpr std::string_view DoWork<Color::GREEN>() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected