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:
parent
9786f361c2
commit
0836f08581
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue