1
0
Fork 0
mirror of https://github.com/Neargye/magic_enum.git synced 2026-01-09 23:34:23 +00:00
This commit is contained in:
Neargye 2020-01-31 14:22:19 +05:00
parent 2327f53634
commit 52d7323bca

View file

@ -163,8 +163,6 @@ constexpr string_view enum_name() noexcept;
// color_name -> "BLUE"
```
* `magic_enum::enum_name<value>()` is much lighter on the compile times and is not restricted to the enum_range [limitation](limitation.md).
## `enum_names`
```cpp