Searched defs:enum_iteration_traits (Results 1 – 6 of 6) sorted by relevance
99 template <typename EnumT> struct enum_iteration_traits { struct100 static constexpr bool is_iterable = false;
66 template <> struct enum_iteration_traits<InstCounterType> { struct67 static constexpr bool is_iterable = true;