Checks that the types passed can be passed to eve::combine and that the resulting type would be Tgt.
#include <eve/concept/combinable.hpp>
template<
typename Tgt,
typename W0,
typename W1,
typename...
Ws>
&& std::same_as<typename W0::value_type, typename Tgt::value_type>
&& (W0::size() * (sizeof...(Ws) + 2)) == Tgt::size()
Checks that the types passed can be passed to eve::combine and that the resulting type would be Tgt.
Definition combinable.hpp:39
Checks that the types passed are all SIMD values that can be passed to eve::combine....
Definition combinable.hpp:25
Specifies that a type is a SIMD type. The concept simd_value<T> is satisfied if and only if T satisfi...
Definition vectorized.hpp:34
typename decltype(detail::as_translated_type(as< T >{}))::type translate_t
Returns the final translated type of T.
Definition translation.hpp:107