XLL+ Class Library (6.3)

mtx_ptrs<T>::get_flat

Gets a pointer to a flattened, continuous array containing all the members of the matrix

virtual bool get_flat(
   const T*& data
) const;
virtual bool get_flat(
   T*& data
);

Parameters

data

Buffer for a pointer to an array of items.

data

Buffer for a pointer to an array of items.

Return Value

Returns true if the operation is supported, false if it is not.

Remarks

This method always returns false, to indicate that it is not supported by its storage method.

Requirements

Header: plemtx.h

See Also

mtx_ptrs<T> Class | mtx_ptrs<T> Methods