Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ operator==
Method
operator==
src/common/classes/stack.h:497–500 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
495
}
496
497
bool operator== (const iterator& i) const
498
{
499
return (stk == i.stk) && (elem == i.elem);
500
}
501
502
bool operator== (const const_iterator& i) const
503
{
Callers
nothing calls this directly
Calls
1
getCount
Method · 0.45
Tested by
no test coverage detected