XLL+ Class Library (7.0)

mtx_flatwriter<M>::mtx_flatwriter

Constructs and initialises a mtx_flatwriter<M> object

mtx_flatwriter(
   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_flatwriter<M> Class | mtx_flatwriter<M> Methods