to_Memory()

Memory::to_Memory(const ArrayPtr<T>&) method

Creates a Memory instance from the specified array.

static Memory System::Memory<T>::to_Memory(const ArrayPtr<T> &array)

Arguments

ParameterTypeDescription
arrayconst ArrayPtr<T>&The source array.

Return Value

A Memory object that wraps the array.

See Also