|
co_ecs 0.9.0
Cobalt ECS
|
Struct to determine whether all component references are const. More...
#include <component.hpp>
Static Public Attributes | |
| static constexpr bool | value = std::conjunction_v<const_component_reference<Args>...> |
Struct to determine whether all component references are const.
| Args | Component references |
|
staticconstexpr |