BindIterators Data Member Function

Binds iterators to this object.

Prototype

int32 BindIterators( Int8Iterator first, Int8Iterator last )

Parameters

Parameter Type Parameter Name Documentation
<Int8Iterator>firstAn iterator to be bound at the start of this object's underlying collection.
<Int8Iterator>lastA pointer to the iterator that represents the end of the range.

Examples

Copy Text To Clipboard

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