Move Data Member Function

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

Prototype

int32 Move( NodeBuffer dst )

Parameters

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

Examples

Copy Text To Clipboard

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