Skip to content
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
si in Pointer to StrIter object to validate.

Success

Continue execution; the given object is most probably a valid StrIter.

Failure

abort

Usage example (Cross-references)

Usage examples (Cross-references)
No external code usages found in the scanned files.
Last updated on