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

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

#include <eve/concept/same_lanes.hpp>

Detailed Description

Template Parameters
TsType to process

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

Concept definition

template<typename... Ts>
concept same_lanes_or_scalar = _::lanes_check<Ts...>()
Checks that all types Ts are either scalar or share a common number of lanes.
Definition same_lanes.hpp:63