![]() |
Gaia-ECS v0.9.3
A simple and powerful entity component system
|
Public Member Functions | |
| constexpr | span_storage (const span_storage &) noexcept=default |
| constexpr | span_storage (span_storage &&) noexcept=default |
| constexpr span_storage & | operator= (const span_storage &) noexcept=default |
| constexpr span_storage & | operator= (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 |