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

Method operator<

unittests/catch.hpp:8152–8154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8150 }
8151
8152 bool MessageInfo::operator<( MessageInfo const& other ) const {
8153 return sequence < other.sequence;
8154 }
8155
8156 // This may need protecting if threading support is added
8157 unsigned int MessageInfo::globalCount = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected