XLL+ Class Library

mtx_flat<T>::operator =

Performs a deep copy

[C++]
const COper& operator =(
   const mtx_flat<T>& mat
);

Parameters

mat

A reference to a mtx_flat<T> object.

Remarks

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.

Requirements

Header: plemtx.h

See Also

mtx_flat<T> Class | mtx_flat<T> Methods