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

Method operator==

src/common/classes/stack.h:389–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387 }
388
389 bool operator== (const iterator& i) const
390 {
391 return (stk == i.stk) && (elem == i.elem);
392 }
393
394 bool operator!= (const iterator& i) const
395 {

Callers

nothing calls this directly

Calls 1

getCountMethod · 0.45

Tested by

no test coverage detected