![]() |
Gaia-ECS v1.0.0
A simple and powerful entity component system
|
Proxy used to assign one complete value. More...
#include <data_layout_policy.h>
Public Member Functions | |
| constexpr void | operator= (const ValueType &val) noexcept |
| Assigns a copied value. | |
| constexpr void | operator= (ValueType &&val) noexcept |
| Assigns a moved value. | |
Public Attributes | |
| std::span< uint8_t > | m_data |
| Backing byte span. | |
| size_t | m_idx |
| Value index. | |
Proxy used to assign one complete value.
|
inlineconstexprnoexcept |
Assigns a copied value.
| val | Source value. |
|
inlineconstexprnoexcept |
Assigns a moved value.
| val | Source value. |