19 this->m_id = std::move(s.m_id);
26 this->m_id = std::move(s.m_id);
Represents a system that operates on sets of components.
std::string m_id
Debug id.
System()=delete
Constructor.
const std::string & id() const noexcept
Get identifier.
virtual ~System() noexcept
Destructor.
System & operator=(System &&) noexcept
Move assignment operator.