Inheritance diagram for slice_term:
For internal use only.
This branch term selects a slice out of the subterm. A slice expression is not const chunkable, except for Altivec int, unsigned int and float.
Term | The subterm type. | |
Enable | If void, enables a particular template specialization. |
Public Member Functions | |
slice_term & | operator= (const typename Term::value_type &x) |
Assigns x to each element. | |
template<typename Expr> | |
slice_term & | operator= (const term< typename Term::value_type, Expr > &other) |
Assigns the other term. | |
slice_term & | operator= (const slice_term &other) |
Assigns the other slice term. |