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