MCPcopy Create free account
hub / github.com/Illation/ETEngine / operator==

Function operator==

Engine/source/EtFramework/ECS/ComponentSignature.cpp:124–127  ·  view source on GitHub ↗

------------------------------- ComponentSignature comparison

Source from the content-addressed store, hash-verified

122// ComponentSignature comparison
123//
124bool operator==(ComponentSignature const& lhs, ComponentSignature const& rhs)
125{
126 return std::equal(lhs.GetTypes().cbegin(), lhs.GetTypes().cend(), rhs.GetTypes().cbegin());
127}
128
129
130} // namespace fw

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected