ΒΆtemplate <typename E>
typename std::underlying_type<E>::type 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