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:
parent
c3f158324a
commit
fe007d25fa
1 changed files with 3 additions and 3 deletions
|
|
@ -14,7 +14,7 @@
|
|||
[](https://travis-ci.org/Neargye/magic_enum)
|
||||
[](https://ci.appveyor.com/project/Neargye/magic-enum-hf8vk/branch/master)
|
||||
[](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/KaXmRxSliytXn0JO)
|
||||
|
||||
# Magic Enum C++
|
||||
|
||||
|
|
@ -31,8 +31,8 @@ Header-only C++17 library provides static reflection for enums, work with any en
|
|||
* `is_scoped_enum` checks whether type is an [Scoped enumeration](https://en.cppreference.com/w/cpp/language/enum#Scoped_enumerations).
|
||||
* `is_fixed_enum` checks whether type is an [Fixed enumeration](https://en.cppreference.com/w/cpp/language/enum).
|
||||
* `underlying_type` port of C++20 improved UB-free "SFINAE-friendly" [std::underlying_type](https://en.cppreference.com/w/cpp/types/underlying_type).
|
||||
* `using namespace magic_enum::ostream_operators;` // out-of-the-box ostream operators for enums.
|
||||
* `using namespace magic_enum::bitwise_operators;` // out-of-the-box bitwise operators for enums.
|
||||
* `using namespace magic_enum::ostream_operators;` ostream operators for enums.
|
||||
* `using namespace magic_enum::bitwise_operators;` bitwise operators for enums.
|
||||
|
||||
## Features
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue