Remix clone Hacker News
new
|
show
|
ask
|
jobs
Github
▲
SuperV1234
an hour ago
C++:
enum Color { red, green, blue }; auto name = to_enum_string(Color::Red); // "Red"