Gaia-ECS v0.9.3
A simple and powerful entity component system
Loading...
Searching...
No Matches
gaia::cnt::const_page_iterator< T, Allocator, IsFwd > Struct Template Reference

Public Types

using value_type = T
 
using pointer = const T *
 
using reference = const T &
 
using difference_type = detail::difference_type
 
using size_type = detail::size_type
 
using iterator = const_page_iterator
 
using iterator_category = core::bidirectional_iterator_tag
 

Public Member Functions

 const_page_iterator (const page_type *pPage)
 
 const_page_iterator (const page_type *pPage, const page_type *pPageLast)
 
reference operator* () const
 
pointer operator-> () const
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
GAIA_NODISCARD bool operator== (const iterator &other) const
 
GAIA_NODISCARD bool operator!= (const iterator &other) const
 

The documentation for this struct was generated from the following file: