Searched refs:is_scoped_enum (Results 1 – 1 of 1) sorted by relevance
93 struct is_scoped_enum : std::false_type {}; struct96 struct is_scoped_enum<T, true> : std::negation<std::is_convertible<T, std::underlying_type_t<T>>> {100 inline constexpr bool is_scoped_enum_v = is_scoped_enum<T>::value;