Template Struct component_container< void >

Inheritance Relationships

Base Types

Struct Documentation

template<>
struct legion::core::ecs::component_container<void> : 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