-
Notifications
You must be signed in to change notification settings - Fork 507
enum_map class #181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enum_map class #181
Conversation
For updating, I didn't forget about this PR, now I'm preparing a new release |
This can be made constexpr, like I suggest here So I think this needs an upgrade |
it is better to keep this class in a separate header. |
@florianbecker |
Hi! I started an another PR. I thought I has time to implement the The |
will closed in #187 |
I thought this could be a potential branch for the magic_enum library. It is a simple map data structure that utilizes some of the magic_enum functions to map every enum entry to a unique value.