Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ operator ++
Method
operator ++
src/common/classes/GenericMap.h:79–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
77
}
78
79
void operator ++()
80
{
81
fb_assert(!finished);
82
finished = !accessor.getNext();
83
}
84
85
TKeyValuePair& operator *()
86
{
Callers
nothing calls this directly
Calls
1
getNext
Method · 0.45
Tested by
no test coverage detected