Replaces values in the range that are not equal to the sentinel.
int32 ReplaceIfNotEqual( Uint8Iterator first, Uint8Iterator last, uint8 src, uint8 dst )
Parameter Type | Parameter Name | Documentation |
---|---|---|
<Uint8Iterator> | first | An iterator at the start of the range. |
<Uint8Iterator> | last | An iterator at the end of the range. |
<uint8> | src | The sentinel value. |
<uint8> | dst | The replacement value. |
None published. Please look for an example in the Simdify Scripting Language code base.