Skip to content

function get_elements(T &&, const shape<0> &, const axis_params<Axis, N> &) expressions

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

Defined at base/expression.hpp:248