MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / operator==

Method operator==

unittests/catch.hpp:8148–8150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8146 {}
8147
8148 bool MessageInfo::operator==( MessageInfo const& other ) const {
8149 return sequence == other.sequence;
8150 }
8151
8152 bool MessageInfo::operator<( MessageInfo const& other ) const {
8153 return sequence < other.sequence;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected