MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / operator==

Method operator==

tests/catch.hpp:9356–9358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9354 {}
9355
9356 bool MessageInfo::operator==( MessageInfo const& other ) const {
9357 return sequence == other.sequence;
9358 }
9359
9360 bool MessageInfo::operator<( MessageInfo const& other ) const {
9361 return sequence < other.sequence;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected