Searched defs:enum_iteration_traits (Results 1 – 2 of 2) 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;