ChrSplitIterator.skipDelim

Skips the delimiter which str starts with. Note that the result is correct only if str really starts with a delimiter.

class ChrSplitIterator
protected override
size_t
skipDelim

Parameters

str cstring

string starting with delimiter

Return Value

Type: size_t

index of the first character after the starting delimiter in str

Meta