cubos::core::ecs::SystemId struct

Identifies a system.

Public functions

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

Public variables

std::size_t inner
System identifier.

Function documentation

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

Compares two identifiers for equality.

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