XLL+ Class Library

mtx_flatreader<M>::mtx_flatreader

Constructs and initialises a mtx_flatreader<M> object

[C++]
mtx_flatreader(
   const M& m
);

Parameters

m

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

Remarks

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

Requirements

Header: plemtx.h

See Also

mtx_flatreader<M> Class | mtx_flatreader<M> Methods