 |
Blender V4.3
|
Go to the documentation of this file.
11#undef wl_array_for_each
16#define WL_ARRAY_FOR_EACH(pos, array) \
17 for (pos = (decltype(pos))((array)->data); \
18 reinterpret_cast<const char *>(pos) < \
19 (reinterpret_cast<const char *>((array)->data) + (array)->size); \