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

update readme

This commit is contained in:
neargye 2019-04-08 19:14:39 +05:00
parent 9786f361c2
commit 0836f08581

View file

@ -20,7 +20,7 @@
## What is Magic Enum?
Header-only C++17 library provides static reflection on enums, work with any enum type without any macro or boilerplate code.
Header-only C++17 library provides static reflection for enums, work with any enum type without any macro or boilerplate code.
* `enum_cast` obtains enum value from string or integer.
* `enum_value` returns enum value at specified index.
* `enum_values` obtains enum value sequence.