Skip to content

class expression_slice<Arg> expressions

template <typename Arg>
struct expression_slice : public expression_with_arguments<Arg> { … }

variable dims

constexpr static index_t dims = expression_dims<Arg>

Defined at base/basic_expressions.hpp:144

variable start

shape<dims> start

Defined at base/basic_expressions.hpp:146

variable size

shape<dims> size

Defined at base/basic_expressions.hpp:147

constructor expression_slice<Arg>(Arg &&, shape<dims>, shape<dims>)

Defined at base/basic_expressions.hpp:149

Defined at base/basic_expressions.hpp:142