co_ecs 0.9.0
Cobalt ECS
Loading...
Searching...
No Matches
co_ecs::const_component_reference< T > Struct Template Reference

Struct to determine const-ness of component reference type. More...

#include <component.hpp>

Static Public Attributes

static constexpr bool value = std::is_const_v<std::remove_reference_t<T>>
 

Detailed Description

template<component_reference T>
struct co_ecs::const_component_reference< T >

Struct to determine const-ness of component reference type.

Template Parameters
Tcomponent reference type

Member Data Documentation

◆ value

template<component_reference T>
constexpr bool co_ecs::const_component_reference< T >::value = std::is_const_v<std::remove_reference_t<T>>
staticconstexpr

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