XLL+ Class Library (7.0)

mtx_ptrs<T>::operator =

Performs a deep copy

const COper& operator =(
   const mtx_ptrs<T>& mat
);

Parameters

mat

A reference to a mtx_ptrs<T> object.

Remarks

This operator assigns the size and contents of the argument to the mtx_ptrs<T> object. If the mtx_ptrs<T> already contains data, then it will be cleared before the assignment.

Requirements

Header: plemtx.h

See Also

mtx_ptrs<T> Class | mtx_ptrs<T> Methods