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

Method operator<

tests/catch.hpp:9360–9362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9358 }
9359
9360 bool MessageInfo::operator<( MessageInfo const& other ) const {
9361 return sequence < other.sequence;
9362 }
9363
9364 // This may need protecting if threading support is added
9365 unsigned int MessageInfo::globalCount = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected