struct
#include <core/ecs/types.hpp>
DataTypeId Identifies a data type registered in the world.
Public static variables
- static const DataTypeId Invalid
- Invalid data type identifier.
Public functions
- auto operator==(const DataTypeId& other) const -> bool defaulted
- Compares two data type identifiers for equality.
Public variables
- uint32_t inner
- Data type identifier.
Function documentation
bool cubos:: core:: ecs:: DataTypeId:: operator==(const DataTypeId& other) const defaulted
Compares two data type identifiers for equality.
Parameters | |
---|---|
other | Other data type identifier. |
Returns | Whether the two data type identifiers are equal. |