Back to FabImage Library website
You are here: Start » Function Reference » All Functions » Loop Utils » CountValueInLoop

CountValueInLoop
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 |
Module: | FoundationLite |
Counts value occurrences in all loop iterations.
Syntax
void fil::CountValueInLoop ( const T& inInputValue, const T& inValue, bool inReset, int& outCount )