StrSplitIterator.delim

Sets the delimiter string. delim_ may or may not be NUL-terminated; however, only the last character may be NUL.

  1. cstring delim(cstring delim_)
    class StrSplitIterator
    cstring
    delim
    (
    cstring delim_
    )
  2. cstring delim()

Parameters

delim_ cstring

new delimiter string (will be copied into an internal buffer)

Return Value

Type: cstring

delim_

Meta