ΒΆtemplate <typename E>
constexpr std::underlying_type_t<E> Mask()

Description

Get a bitmask with 1s in all places up to the high-order bit of E's largest value.

Declared at: llvm/include/llvm/ADT/BitmaskEnum.h:80

Templates

E