StrSplitIterator.locateDelim

Locates the first occurrence of the current delimiter string in str, starting from strstart.

class StrSplitIterator
override
size_t
locateDelim
(,
size_t start = 0
)

Parameters

str cstring

string to scan for delimiter

start size_t

search start index

Return Value

Type: size_t

index of first occurrence of the current delimiter string in str or str.length if not found

Meta