ReplaceIfGreater Data Member Function

Replaces values in the range that are greater than the sentinel.

Prototype

int32 ReplaceIfGreater( Int8Iterator first, Int8Iterator last, int8 src, int8 dst )

Parameters

Parameter Type Parameter Name Documentation
<Int8Iterator>firstAn iterator at the start of the range.
<Int8Iterator>lastAn iterator at the end of the range.
<int8>srcThe sentinel value.
<int8>dstThe replacement value.

Examples

Copy Text To Clipboard

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