Forward iterator for an individual page in StableDynamicArray. More...
#include <StableDynamicArray.h>
Public Types | |
| using | iterator_category = AZStd::forward_iterator_tag |
| using | value_type = T |
| using | reference = T & |
| using | pointer = T * |
Public Member Functions | |
| pageIterator (Page *page) | |
| reference | operator* () const |
| pointer | operator-> () const |
| bool | operator== (const this_type &rhs) const |
| bool | operator!= (const this_type &rhs) const |
| this_type & | operator++ () |
| this_type | operator++ (int) |
| size_t | GetPageIndex () const |
Forward iterator for an individual page in StableDynamicArray.