tess 0.4.0
Performance-first tile and path simulation substrate
Loading...
Searching...
No Matches
tess::EntityHandle Struct Reference

#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

Detailed Description

Opaque, comparable entity identity shared across ECS integrations.

Adapters preserve any native generation bits in value; tess interprets only the distinguished null representation.


The documentation for this struct was generated from the following file: