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