Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/changkun/modern-cpp-tutorial
/ Right
Enum
Right
code/2/2.8.cpp:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
left_value2
20
};
21
enum Right {
22
right_value1 = 1,
23
right_value2
24
};
25
26
enum class new_enum : unsigned int{
27
value1,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected