Complement Data Member Function

Populates a range with the complement of two sets.

Prototype

int32 Complement( Int64Iterator first_a, Int64Iterator last_a, Int64Iterator first_b, Int64Iterator last_b, Int64Iterator dst )

Parameters

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

Examples

Copy Text To Clipboard

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