matrix_column& operator= | ( | matrix_column< MatrixType > && | right | ) |
Move-assignment of elements of a matrix column.
right | A 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. |
*this
. Chusov::Exceptions::InvalidParameterException | Dimensions of the columns do not match. |