CopyTo()
System::MemoryExtensions::CopyTo(const ArrayPtr<T>&, Span<T>&) function
Copies elements from an array to a span.
template<typename T> void System::MemoryExtensions::CopyTo(const ArrayPtr<T> &source, Span<T> &destination)
Template parameters
Parameter | Description |
---|---|
T | The type of elements in the array and span |
Arguments
Parameter | Type | Description |
---|---|---|
source | const ArrayPtr<T>& | The source array |
destination | Span<T>& | The destination span |
See Also
- Typedef ArrayPtr
- Class Span
- Namespace System::MemoryExtensions
- Library Aspose.Slides