Specifies that a type a SIMD type with integral elements. More...
#include <eve/concept/vectorized.hpp>
Specifies that a type a SIMD type with integral elements.
The concept integral_simd_value<T>
is satisfied if and only if T satisfies eve::simd_value<T>
and std::integral<
eve::element_type<T>::
type>
.
eve::logical<eve::wide<char>>
eve::wide<int, eve::fixed<1>>