MCPcopy Create free account
hub / github.com/MiniZinc/MiniZincIDE / operator==

Function operator==

cp-profiler/src/cpprofiler/tree/node_id.cpp:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6{
7
8bool operator==(const NodeID &lhs, const NodeID &rhs)
9{
10 return (static_cast<int>(lhs) == static_cast<int>(rhs));
11}
12
13NodeID NodeID::NoNode = NodeID{-1};
14

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected