Partial specialization providing the largest bit value of bitmask enum E.
Declared in <llvm/ADT/BitmaskEnum.h>
template<typename E>
struct largest_bitmask_enum_bit;
| Name | Description |
|---|---|
UnderlyingTy | Underlying integer type of the enumeration. |
| Name | Description |
|---|---|
value | Largest individual enumerator value, as an underlying integer. |