Union Data Member Function

Populates a range with the union of two sets.

Prototype

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

Parameters

Parameter Type Parameter Name Documentation
<Uint32Iterator>first_aAn iterator at the start of the range for set a.
<Uint32Iterator>last_aAn iterator at the end of the range for set a.
<Uint32Iterator>first_bAn iterator at the start of the range for set b.
<Uint32Iterator>last_bAn iterator at the end of the range for set b.
<Uint32Iterator>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.