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