core::ecs namespace

Entity Component System.

The ECS namespace contains a fully functioning ECS

classes

entity
entity points to a collection of components
range<...>

functions

valid
checks if an entity is valid or not
public static noexcept

Function documentation

static bool core::ecs::valid(entity e) noexcept

Brief

checks if an entity is valid or not

Parameters
in the entity to check