![]() |
Flecs v4.1
A fast entity component system (ECS) for C & C++
|
Iterator for flecs::array. More...
#include <array.hpp>
Public Member Functions | |
| array_iterator (T *value, int index) | |
| Construct an iterator from a pointer and index. | |
| bool | operator!= (array_iterator const &other) const |
| Inequality comparison operator. | |
| T & | operator* () const |
| Dereference operator. | |
| array_iterator & | operator++ () |
| Pre-increment operator. | |
Iterator for flecs::array.
|
inlineexplicit |
|
inline |
|
inline |
|
inline |