E.V.E
v2023.02.15
Loading...
Searching...
No Matches
eve::same_lanes_or_scalar_tuple Concept Reference

Checks that all types within a product type are either scalar or share a common number of lanes. More...

#include <eve/concept/same_lanes.hpp>

Detailed Description

Template Parameters
TProduct type to process

Required header: #include <eve/concept/same_lanes.hpp>

Concept definition

template<typename T>
concept same_lanes_or_scalar_tuple = _::tuple_lanes_check<T>()
Checks that all types within a product type are either scalar or share a common number of lanes.
Definition same_lanes.hpp:78