Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ const_iterator
Method
const_iterator
src/common/classes/stack.h:437–439 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
435
436
public:
437
explicit const_iterator(const Stack<Object, Capacity>& s)
438
: stk(s.stk), elem(stk ? stk->getCount() : 0)
439
{ }
440
441
const_iterator(const iterator& i)
442
: stk(i.stk), elem(i.elem)
Callers
nothing calls this directly
Calls
1
getCount
Method · 0.45
Tested by
no test coverage detected