chsvlib
chsv helper source code

◆ operator=() [2/2]

matrix_column& operator= ( matrix_column< MatrixType > &&  right)

Move-assignment of elements of a matrix column.

Parameters
rightA column to move-assign from. Since the column references elements in a matrix, those elements in the source matrix are set to the "moved-from" state.
Returns
*this.
Exceptions
Chusov::Exceptions::InvalidParameterExceptionDimensions of the columns do not match.