/bitflags

C++ class for storing bit flags. Flag names are taken from 'enum class'. Type-safe bit operations (prevents using flags from different enums).

Primary LanguageC++Apache License 2.0Apache-2.0

Stargazers