|
tess 0.4.0
Performance-first tile and path simulation substrate
|
#include <tess/ecs/entity_handle.h>
Public Member Functions | |
| constexpr auto | is_null () const noexcept -> bool |
Public Attributes | |
| std::uint64_t | value = 0xFFFF'FFFF'FFFF'FFFFULL |
Friends | |
| constexpr auto | operator== (EntityHandle, EntityHandle) noexcept -> bool=default |
Opaque, comparable entity identity shared across ECS integrations.
Adapters preserve any native generation bits in value; tess interprets only the distinguished null representation.