Entity class, used to identify entities.  
 More...
#include <Entity.hpp>
Entity class, used to identify entities. 
◆ operator std::size_t()
  
  | 
        
          | uranus::ecs::Entity::operator std::size_t | ( |  | ) | const |  | inline | 
 
@breif Overloading the operator() to get the const id of the entity 
- Returns
- Const id of the entity 
 
 
◆ operator std::size_t &()
  
  | 
        
          | uranus::ecs::Entity::operator std::size_t & | ( |  | ) |  |  | inline | 
 
Overloading the operator() to get the id of the entity. 
- Returns
- Id of the entity 
 
 
The documentation for this class was generated from the following file: