Searched refs:is_simd_flag_type (Results 1 – 2 of 2) sorted by relevance
58 template<class T> struct is_simd_flag_type;59 template<class T> inline constexpr bool is_simd_flag_type_v = is_simd_flag_type<T>::value;
49 struct is_simd_flag_type : bool_constant<is_simd_flag_type_v<_Tp>> {}; struct