E.V.E  0.1-beta

◆ splat

eve::splat = {}
inlineconstexpr

Higher-order Callable Object allowing reduction to generate wide results instead of scalars.

Members Functions

auto operator()(eve::callable auto const& f ) const noexcept;
Parameters
fAn instance of eve::callable
Returns
A Callable Object performing the same kind of operation but returning its result as a SIMD value.