mirror of
https://github.com/Neargye/magic_enum.git
synced 2026-01-10 23:44:29 +00:00
update readme
This commit is contained in:
parent
54960b54eb
commit
98070735f4
1 changed files with 1 additions and 3 deletions
|
|
@ -1,5 +1,3 @@
|
||||||
# Magic Enum C++
|
|
||||||
|
|
||||||
```text
|
```text
|
||||||
__ __ _ ______ _____
|
__ __ _ ______ _____
|
||||||
| \/ | (_) | ____| / ____|_ _
|
| \/ | (_) | ____| / ____|_ _
|
||||||
|
|
@ -18,7 +16,7 @@
|
||||||
[](https://www.codacy.com/app/Neargye/magic_enum?utm_source=github.com&utm_medium=referral&utm_content=Neargye/magic_enum&utm_campaign=Badge_Grade)
|
[](https://www.codacy.com/app/Neargye/magic_enum?utm_source=github.com&utm_medium=referral&utm_content=Neargye/magic_enum&utm_campaign=Badge_Grade)
|
||||||
[](https://wandbox.org/permlink/EzMNDcSTYFqAcQfj)
|
[](https://wandbox.org/permlink/EzMNDcSTYFqAcQfj)
|
||||||
|
|
||||||
## What is Magic Enum?
|
# Magic Enum C++
|
||||||
|
|
||||||
Header-only C++17 library provides static reflection for 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_cast` obtains enum value from string or integer.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue