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

Public Member Functions

constexpr span_storage (const span_storage &) noexcept=default
 
constexpr span_storage (span_storage &&) noexcept=default
 
constexpr span_storageoperator= (const span_storage &) noexcept=default
 
constexpr span_storageoperator= (span_storage &&) noexcept=default
 
constexpr span_storage (T *ptr_, span_size_type) noexcept
 

Public Attributes

T * beg = nullptr
 
T * end = nullptr
 

Static Public Attributes

static constexpr span_size_type size = Extent
 

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