Open 3D Engine Atom Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
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.