Memcpy Data Member Function

Copies the source onto the destination. For some copy operations, this may be the fastest method available.

Prototype

int32 Memcpy( TypedIterator first, TypedIterator last, Uint32Iterator dst )

Parameters

Parameter Type Parameter Name Documentation
<TypedIterator>firstAn iterator at the start of the range to copy.
<TypedIterator>lastAn iterator at the end of the range to copy.
<Uint32Iterator>dstAn iterator at the start of the destination.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.