ChrSplitIterator.locateDelim

Locates the first occurrence of delim in str starting with strstart.

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

Parameters

str cstring

string to scan

start size_t

search start index, must be at most str.length

Return Value

Type: size_t

index of first occurrence of delim in str or str.length if not found

Meta