NULL_ITER_DATA
- Macro
- August 22, 2025
Table of Contents
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)
- In
Access.h:67
:
(ITER_DATA_TYPE(mi) *)(((u64)(mi)->data) + \
(mi)->pos * ALIGN_UP(sizeof(ITER_DATA_TYPE(mi)), (mi)->alignment)) : \
NULL_ITER_DATA(mi))
///