StrIterSize
Description
Total region size in bytes covered by the StrIter. Alias-reframe of IterSize in string vocabulary; since StrIter walks char with alignment 1, this matches the iterator’s character length. See IterSize for the full contract.
Parameters
| Name | Direction | Description |
|---|---|---|
mi |
in | Pointer to the StrIter to measure. |
Success
Returns the total region size in bytes covered by the iterator (equal to the character length).
Failure
Macro cannot fail.
Usage example (Cross-references)
Usage examples (Cross-references)
No external code usages found in the scanned files.
Last updated on