Skip to content
NULL_ITER_DATA

NULL_ITER_DATA

NULL_ITER_DATA

Description

Type specific NULL for data type Iter object is iterating over. Use this instead of NULL when comparing for nullity of Iter objects of same type.

Null value for Iter element pointers

Parameters

Name Direction Description
mi in Type reference

Usage example (Cross-references)

Usage examples (Cross-references)
             (ITER_DATA_TYPE(mi) *)(((u64)(mi)->data) +                                                                    \
                                    (mi)->pos * ALIGN_UP(sizeof(ITER_DATA_TYPE(mi)), (mi)->alignment)) :                   \
             NULL_ITER_DATA(mi))
    
    ///
Last updated on