XLL+ Class Library

mtx_ptrwriter<M>::mtx_ptrwriter

Constructs and initialises a mtx_ptrwriter<M> object

[C++]
mtx_ptrwriter(
   M& m
);

Parameters

m

A reference to an object of type M that supports the imtx<T> interface.

Remarks

The creates a writer object and attaches it to the supplied matrix.

Requirements

Header: plemtx.h

See Also

mtx_ptrwriter<M> Class | mtx_ptrwriter<M> Methods