ReplaceIfLess Data Member Function

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

Prototype

int32 ReplaceIfLess( Uint64Iterator first, Uint64Iterator last, uint64 src, uint64 dst )

Parameters

Parameter Type Parameter Name Documentation
<Uint64Iterator>firstAn iterator at the start of the range.
<Uint64Iterator>lastAn iterator at the end of the range.
uint64srcThe sentinel value.
uint64dstThe replacement value.

Examples

Copy Text To Clipboard

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