Union Data Member Function

Populates a range with the union of two sets.

Prototype

int32 Union( Int32Iterator first_a, Int32Iterator last_a, Int32Iterator first_b, Int32Iterator last_b, Int32Iterator dst )

Parameters

Parameter Type Parameter Name Documentation
<Int32Iterator>first_aAn iterator at the start of the range for set a.
<Int32Iterator>last_aAn iterator at the end of the range for set a.
<Int32Iterator>first_bAn iterator at the start of the range for set b.
<Int32Iterator>last_bAn iterator at the end of the range for set b.
<Int32Iterator>dstAn iterator at the start of the range that stores the union.

Examples

Copy Text To Clipboard

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