struct ecs::InvalidEntity

Helper structure that represents an invalid (usually deleted) Entity.

Invalid entity is any entity with the highest allowed version value. Identifier is ignored when comparing against an invalid entity.

Public

Operators

operator==

constexpr bool operator==(InvalidEntity) const

operator!=

constexpr bool operator!=(InvalidEntity) const