ConditionId struct
#include <core/ecs/system/registry.hpp>
Identifies a condition.
Public functions
- auto operator==(const ConditionId& other) const -> bool defaulted
- Compares two identifiers for equality.
Public variables
- std::size_t inner
- Condition identifier.
Function documentation
bool cubos:: core:: ecs:: ConditionId:: operator==(const ConditionId& other) const defaulted
Compares two identifiers for equality.
| Parameters | |
|---|---|
| other | Other identifier. |
| Returns | Whether the two identifiers are equal. |