Skip to content
StrIterMustPeek

StrIterMustPeek

Description

Aborting variant of StrIterPeek. Alias for IterMustPeekAt(mi, 0, out); see IterMustPeekAt for the full contract.

Parameters

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

Success

*out is set to the current character; the cursor is not advanced; 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