Sort Data Member Function

Performs the C++ standard library sort on the range.

Prototype

int32 Sort( Int16Iterator first, Int16Iterator last )

Parameters

Parameter Type Parameter Name Documentation
<Int16Iterator>firstAn iterator at the start of the range.
<Int16Iterator>lastAn iterator at the end of the range.

Examples

Copy Text To Clipboard

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