ΒΆtemplate <typename E>
typename std::underlying_type<E>::type Underlying(
    E Val)

Description

Check that Val is in range for E, and return Val cast to E's underlying type.

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

Templates

E

Parameters

E Val