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