ArrayWrapperIterator
Last edited bySimple_AOB10/16/2025
size_t index
ArrayWrapper collection
ArrayWrapperIterator(ArrayWrapper< T > &collection, size_t const index)
| Parameter | Type | Description |
|---|---|---|
| collection | ArrayWrapper | --- |
| index | size_t const | --- |
bool operator!=(ArrayWrapperIterator const &other) const
| Parameter | Type | Description |
|---|---|---|
| other | ArrayWrapperIterator | --- |
T operator*() const
ArrayWrapperIterator operator++()
Was this article helpful?
Your feedback helps us improve our documentation
No contributors yet.