ValidateStrIter
- Macro
- August 22, 2025
Table of Contents
ValidateStrIter
ValidateStrIter
Description
Validate whether a given StrIter
object is valid. Not foolproof but will work most of the time. Aborts if provided StrIter
is not valid.
Parameters
Name | Direction | Description |
---|---|---|
i | in | Pointer to StrIter object to validate. |
Success
Continue execution, meaning given StrIter
object is most probably a valid StrIter
.
Failure
abort
Usage example (Cross-references)
No external code usages found in the scanned files.