Struct component_container_base¶
Defined in File component_container.hpp
Inheritance Relationships¶
Derived Types¶
public legion::core::ecs::component_container< std::nullptr_t >
(Template Struct component_container< std::nullptr_t >)public legion::core::ecs::component_container< void >
(Template Struct component_container< void >)
Struct Documentation¶
-
struct
legion::core::ecs
::
component_container_base
¶ Subclassed by legion::core::ecs::component_container< std::nullptr_t >, legion::core::ecs::component_container< void >
Public Functions
-
component_container_base
() = default¶
-
template<typename
component_type
>
inline component_container<component_type> &cast
() noexcept¶
-
template<typename
component_type
>
inline const component_container<component_type> &cast
() const noexcept¶
-