Template Struct component_container< std::nullptr_t >¶
Defined in File component_container.hpp
Inheritance Relationships¶
Base Types¶
public legion::core::ecs::component_container_base
(Struct component_container_base)public std::vector< std::nullptr_t >
Struct Documentation¶
-
template<>
structlegion::core::ecs
::
component_container
<std::nullptr_t> : public legion::core::ecs::component_container_base, public std::vector<std::nullptr_t>¶ Public Types
-
using
underlying_type
= std::vector<std::nullptr_t>¶
-
using
allocator_type
= typename underlying_type::allocator_type¶
-
using