header_utils
Loading...
Searching...
No Matches
Flags

Functions and types for manipulations of enum values (not representing actual bit values, just bit numbers) as bit numbers in other integers. More...

Modules

 Flag Bits
 

Classes

struct  ghassanpl::enum_flags< ENUM_TYPE, VALUE_TYPE >
 A (constexpr) value struct that represents a set of bits mapped to an enum (implemented as a bitset) More...
 

Detailed Description

Functions and types for manipulations of enum values (not representing actual bit values, just bit numbers) as bit numbers in other integers.

As well as a generic enum_flags type that represents a set of enum values.