ΒΆtemplate <typename E>
constexpr std::underlying_type_t<E> Underlying(
E Val)
template <typename E>
constexpr std::underlying_type_t<E> 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