Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
31
template <Color C>
32
constexpr std::string_view DoWork() {
33
return
"default"
;
34
}
35
36
template <>
37
constexpr std::string_view DoWork<Color::GREEN>() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected