MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / operator !=

Method operator !=

src/common/classes/GenericMap.h:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70
71 public:
72 bool operator !=(const BaseIterator& o)
73 {
74 return !(
75 (finished && o.finished) ||
76 ((!finished && !o.finished && accessor.current() == o.accessor.current())));
77 }
78
79 void operator ++()
80 {

Callers

nothing calls this directly

Calls 1

currentMethod · 0.45

Tested by

no test coverage detected