XLL+ Class Library (7.0)

mtx_ptrwriter<M> Class

Supports read-write access to any class that supports the imtx<T> interface.

class mtx_ptrwriter<M>

Overview

The mtx_ptrwriter<M> template supports read-write access to any class M that supports the imtx<T> interface. Through its get_ptrs() method, it provides an array of pointers to arrays of T.

The class can be applied to a matrix of any type, but is more efficient when applied to a matrix whose storage strategy uses an array of pointers.

See the Tutorial for an example of using mtx_ptrwriter<M>.

Requirements

Header: plemtx.h

See Also

mtx_ptrwriter<M> Methods | plemtx.h | mtx_ptrreader<M> class | imtx<T> class | imtx_impl<T> class