Sequence.foreachRange

Calls func for each item in the range (begin, end) passing user_data to the function. func must not modify the sequence itself.

class Sequence
static
void
foreachRange

Parameters

begin SequenceIter
end SequenceIter
func GFunc
userData void*

user data passed to func

Meta

Since

2.14