Skip to content

function set_elements(T &, const shape<0> &, const axis_params<Axis, N> &, const std::type_identity_t<vec<T, N>> &) expressions

template <typename T, index_t Axis, size_t N>
    requires(is_expr_element<std::decay_t<T>>)
KFR_INTRINSIC void set_elements(T& self, const shape<0>& index, const axis_params<Axis, N>&,
                                const std::type_identity_t<vec<T, N>>& val)

Defined at base/expression.hpp:255