Performs a deep copy
[C++]
const COper& operator =(
const mtx_flat<T>& mat
);
A reference to a mtx_flat<T> object.
This operator assigns the size and contents of the argument to the
mtx_flat<T> object.
If the mtx_flat<T> already contains data,
then it will be cleared before the assignment.
Header: plemtx.h