NULL_ITER_DATA

Table of Contents

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

NameDirectionDescription
miinType reference

Usage example (Cross-references)

    (ITER_DATA_TYPE(mi) *)(((u64)(mi)->data) +                                                                    \
    (mi)->pos * ALIGN_UP(sizeof(ITER_DATA_TYPE(mi)), (mi)->alignment)) :                   \
    NULL_ITER_DATA(mi))
    
    ///

Share :

Related Posts

StrIterPos

StrIterPos Description Get current read position pointer

Read More

StrIterRead

StrIterRead Description Read character from iterator

Read More

StrIterRemainingLength

StrIterRemainingLength Description Get remaining elements left to read

Read More