Skip to content
IterInitFromVecT

IterInitFromVecT

Description

Typed-cast variant of IterInitFromVec for assigning into a typed iter variable. See IterInitFromVec for the NULL-allocator handling and overall semantics.

Parameters

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

Success

Always succeeds; returns a typed compound-literal Iter.

Failure

Macro cannot fail.

Usage example (Cross-references)

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