Move Data Member Function

Moves the collection's memory from this <TypeBuffer> to the destination <TypeBuffer>. This operation uses move semantics to avoid a copy.

Prototype

int32 Move( TypeBuffer dst )

Parameters

Parameter Type Parameter Name Documentation
<TypeBuffer>dstA pointer to the destination <TypeBuffer>.

Examples

Copy Text To Clipboard

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