bitflags
bitflags copied to clipboard
Single-header header-only C++11 / C++14 / C++17 library for easily managing set of auto-generated type-safe flags.
Results
2
bitflags issues
Sort by
recently updated
recently updated
newest added
Renames contains > is_set remove(Flag) > clear(Flag) is_all > all_set I think I found a bug in the All code. The All() method I believe is returning all bits, not...
Would you be open to a PR that aliased the verbs unset and is_set. The class is super cool, but contains and remove feel like STL container verbs, and if...
enhancement