◆ gather
Callable object computing TODO: FILL THIS BLANK. Required header: Members Functions
template<**TODO: FILL THIS BLANK**>
auto operator()( **TODO: FILL THIS BLANK**) const noexcept;
Parameters
OTHER PARAMETERS : TODO: FILL THIS BLANK IF NEEDED BUT RESPECT THE : FORMATTING Return value For TODO: FILL THIS BLANK: auto r = gather(**TODO: FILL THIS BLANK**);
constexpr callable_gather_ gather Callable object computing TODO: FILL THIS BLANK. Definition: gather.hpp:94 is semantically equivalent to: Target r;
{
**TODO: FILL THIS BLANK**
}
else if constexpr( simd_value<T> )
{
**TODO: FILL THIS BLANK**
}
auto operator[]( conditional_expression auto cond ) const noexcept;
Higher-order function generating a masked version of eve::gather Parameters
Return value A Callable object so that the expression Supported decoratorsno decorators are supported ExampleSee it live on Compiler Explorer |