|
NUMA++ 0.11.0
|
Trait type that should be specialized for an enumeration to enable use of bitwise operators. More...
Trait type that should be specialized for an enumeration to enable use of bitwise operators.
Example to enable Flags for enum MyEnum:
namespace numapp { template<> struct IsFlagEnum<MyEnum> : std::true_type {}; }