Skip to content
StrIterMustRead

StrIterMustRead

Description

Aborting variant of StrIterRead. Alias for IterMustRead; see IterMustRead for the full contract.

Parameters

Name Direction Description
mi in Pointer to the StrIter to read from.
out out Destination char *; receives the current character.

Success

*out is set, the cursor advances by one; returns to the caller.

Failure

Does not return – aborts via LOG_FATAL when the iterator is exhausted.

Usage example (Cross-references)

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