co_ecs 0.9.0
Cobalt ECS
Loading...
Searching...
No Matches
co_ecs::const_component_references< Args > Struct Template Reference

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>...>
 

Detailed Description

template<component_reference... Args>
struct co_ecs::const_component_references< Args >

Struct to determine whether all component references are const.

Template Parameters
ArgsComponent references

Member Data Documentation

◆ value

template<component_reference... Args>
constexpr bool co_ecs::const_component_references< Args >::value = std::conjunction_v<const_component_reference<Args>...>
staticconstexpr

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