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

Public Types

using value_type = T
 
using difference_type = detail::difference_type
 
using size_type = detail::size_type
 
using iterator = mem_page_iterator_soa
 
using iterator_category = core::bidirectional_iterator_tag
 

Public Member Functions

 mem_page_iterator_soa (page_type *pPage, bit_set_iter_type it)
 
value_type operator* () const
 
value_type operator-> () const
 
iteratoroperator++ ()
 
iterator operator++ (int)
 
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: