xview_semantic

Defined in xtensor/xsemantic.hpp

template<class D>
class xview_semantic : public xt::xsemantic_base<D>

Implementation of the xsemantic_base interface for multidimensional views.

The xview_semantic is an implementation of the xsemantic_base interface for multidimensional views.

Template Parameters:

D – the derived type

Subclassed by xt::xstrided_view< CT, shape_type >

Assign functions

inline derived_type &assign_temporary(temporary_type&&)

Assigns the temporary tmp to *this.

Parameters:

tmp – the temporary to assign.

Returns:

a reference to *this.