cubos::core::ecs::Schedule::NodeId struct

Identifies a node in the schedule.

Public functions

auto operator==(const NodeId& other) const -> bool defaulted
Compares two identifiers for equality.

Public variables

std::size_t inner
Node index in the schedule.

Function documentation

bool cubos::core::ecs::Schedule::NodeId::operator==(const NodeId& other) const defaulted

Compares two identifiers for equality.

Parameters
other Other identifier.
Returns Whether the two identifiers are equal.