cubos::core::ecs::Planner::TagId struct

Local identifier for tags.

Differs from the Tag type in that this should only be used internally and can refer to systems.

Public functions

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

Public variables

std::size_t inner
Tag index.

Function documentation

bool cubos::core::ecs::Planner::TagId::operator==(const TagId& other) const defaulted

Compares two identifiers for equality.

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