Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code
Run the following Vcpkg command to install the port.
vcpkg install magic-enum
magic-enum provides CMake targets:
find_package(magic_enum CONFIG REQUIRED) target_link_libraries(main PRIVATE magic_enum::magic_enum)
v0.9.5#0
Nov 17, 2023
All
Neargye/magic_enum4.1K
github.com/Neargye/magic_enum
27a4debe0d
MIT
Manifest