Searched defs:is_enum_v (Results 1 – 7 of 7) sorted by relevance
26 inline constexpr bool is_enum_v = __is_enum(_Tp); variable
21 LIBC_INLINE_VAR constexpr bool is_enum_v = is_enum<T>::value; variable