struct ecs::NullEntity

Helper structure that represents a null Entity.

Null entity is any entity with the highest allowed identifier value. Version is ignored when comparing against a null entity.

Public

Operators

operator==

constexpr bool operator==(NullEntity) const

operator!=

constexpr bool operator!=(NullEntity) const