magic-enum v0.9.7
- Created
- Updated
Header-only C++17 library provides static reflection for enums, work with any enum type without any macro or boilerplate code.
# Usage
magic-enum provides CMake targets:
find_package(magic_enum CONFIG REQUIRED)
target_link_libraries(main PRIVATE magic_enum::magic_enum)
# License
# Supported Platforms
All platforms are supported
# Features
No features defined.
# Dependencies
No dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
# Host Dependents
No dependents.
# Contributors
- Daniel Marshall
- Alexander Karatarakis
- Daniil Goncharov
- NancyLi1013
- Billy O'Neal
- Anders Wind
- Weihang Ding
- miyanyan
- Anders Wind
# Changelog
and 15 more commits:
9a0a30c
update magic_enum to v0.6.2