NodeId struct
#include <core/ecs/system/schedule.hpp>
Identifies a node in the schedule.
Public functions
- auto operator==(const NodeId& other) const -> bool defaulted
- Compares two identifiers for equality.
Public variables
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. |