Header-only C++17 library provides static reflection for enums, work with any enum type without any macro or boilerplate code.
magic-enum provides CMake targets:
find_package(magic_enum CONFIG REQUIRED)
target_link_libraries(main PRIVATE magic_enum::magic_enum)
v0.9.7#1
All
MIT
Manifest