Skip to content

IterInitT

Description

Initialize default Iter object to iterate in forward direction.

Parameters

Name Direction Description
i in Variable or Type to be initialized.

Success

Always succeeds; returns a typed compound-literal Iter matching TYPE_OF(i) with dir = 1 and everything else zeroed. Use when an explicit typed cast is needed (e.g. assigning into a _Generic-dispatched slot).

Failure

Macro cannot fail.

Usage example (Cross-references)

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