|
co_ecs 0.9.0
Cobalt ECS
|
Struct to determine mutability of component reference type. More...
#include <component.hpp>
Static Public Attributes | |
| static constexpr bool | value = !std::is_const_v<std::remove_reference_t<T>> |
Struct to determine mutability of component reference type.
| T | component reference type |
|
staticconstexpr |