ISplitIterator.opApply_

'foreach' iteration over string slices between the current and the next delimiter.

class ISplitIterator
protected
int
opApply_

Parameters

with_pos bool

true: use dg.with_pos, false: user dg.without_pos

dg IterationDelegate

iteration delegate

Return Value

Type: int

passes through dg() return value.

Meta