xadaptor_semantic¶
Defined in xtensor/xsemantic.hpp
- template <class D>
-
class
xt::xadaptor_semantic¶ Implementation of the xsemantic_base interface for dense multidimensional container adaptors.
The xadaptor_semantic class is an implementation of the xsemantic_base interface for dense multidimensional container adaptors.
- Template Parameters
D: the derived type
Inherits from xt::xsemantic_base< D >
Assign functions
-
auto
assign_temporary(temporary_type &&tmp)¶ Assigns the temporary
tmpto*this.- Return
- a reference to
*this. - Parameters
tmp: the temporary to assign.