struct
#include <core/ecs/system/planner.hpp>
TagId 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
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. |