Union Data Member Function

Populates a range with the union of two sets.

Prototype

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

Parameters

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