TryCopyTo()

Memory::TryCopyTo(const Memory&) method

Attempts to copy the contents of this memory to the destination memory.

bool System::Memory<T>::TryCopyTo(const Memory &destination)

Arguments

ParameterTypeDescription
destinationconst Memory&The destination memory segment.

Return Value

True if the copy succeeded; otherwise, false.

See Also