Back to FabImage Library Lite website
You are here: Start » All Functions » Array Composition » ReplaceInArray

ReplaceInArray
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Header: | STD.h |
---|---|
Namespace: | fil |
Replaces all matching elements in an array with a new value.
Syntax
void fil::ReplaceInArray ( const ftl::Array<Type>& inArray, const Type& inOldValue, const Type& inNewValue, ftl::Array<Type>& outArray )