Searched refs:is_enum_v (Results 1 – 10 of 10) sorted by relevance
26 inline constexpr bool is_enum_v = __is_enum(_Tp); variable
25 template <class _Tp, bool = is_enum_v<_Tp> >
29 concept __class_or_enum = is_class_v<_Tp> || is_union_v<_Tp> || is_enum_v<_Tp>;
56 inline std::enable_if_t<std::is_enum_v<T>, T> getSwappedBytes(T C) { in getSwappedBytes()
38 (std::is_enum_v<UnderlyingT> ||
294 if constexpr (std::is_enum_v<T>) in GetValueAs()332 template <typename T, std::enable_if_t<std::is_enum_v<T>, bool> = true>
32 std::enable_if_t<std::is_integral_v<T> || std::is_enum_v<T>> operator()(T V) { in operator ()()
209 using std::is_enum_v;
264 template <class T> inline constexpr bool is_enum_v
1647 SYMBOL(is_enum_v, std::, <type_traits>)