StrIterNext
Description
Advance one character. Propagating alias for IterNext; see IterNext for the full contract.
Parameters
| Name | Direction | Description |
|---|---|---|
si |
in | Pointer to the StrIter cursor to advance. |
Success
Cursor advances one character in the iteration direction; returns true.
Failure
Iterator is already exhausted; position is unchanged, returns false.
Usage example (Cross-references)
Usage examples (Cross-references)
No external code usages found in the scanned files.
Last updated on