1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-09 23:34:23 +00:00

update readme

This commit is contained in:
terik23 2019-04-10 21:24:47 +05:00
parent 34a0ee72b6
commit 20568660dd

View file

@ -36,11 +36,9 @@ Header-only C++17 library provides static reflection for enums, work with any en
* Header-only
* Dependency-free
* Compile-time
* Static reflection on enums
* Enum to string
* String to enum
* Work with any enum type
* Without any macro or boilerplate code
* Iterating over enum
## [Examples](example/example.cpp)