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

Classes

struct  PageHeader
 

Public Types

using view_policy = mem::auto_view_policy< T >
 
using bit_set = cnt::bitset< PageCapacity >
 

Public Attributes

PageHeader header
 Page header.
 
mem::raw_data_holder< T, AllocatedBytes > data
 Page data.
 

Static Public Attributes

static constexpr uint32_t PageCapacity = 4096
 
static constexpr uint32_t AllocatedBytes = view_policy::get_min_byte_size(0, PageCapacity)
 

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