- This C++ code provides a template for enabling bitwise operations on enum classes, which are not supported by default in C++. It defines bitwise operators such as OR (|), AND (&), XOR (^), NOT (~), and compound assignment versions of these (|=, &=, ^=), as well as a modulus operator (%) to check if a particular bit is set.
- This code is extracted from:
- All the credit goes to the authors of the code.
- License: Boost Software License - Version 1.0
- Hosted by Pravila00
-
Notifications
You must be signed in to change notification settings - Fork 0
License
Pravila00/EnumFlag
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published