MCPcopy Create free account
hub / github.com/OpenDriveLab/OpenLane / operator!=

Method operator!=

eval/CIPO_evaluation/common/gason.h:94–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 p = p->next;
93 }
94 bool operator!=(const JsonIterator &x) const {
95 return p != x.p;
96 }
97 JsonNode *operator*() const {
98 return p;
99 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected