Union Data Member Function

Populates a range with the union of two sets.

Prototype

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

Parameters

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