Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ AutoPushPop
Method
AutoPushPop
src/common/classes/stack.h:193–197 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
191
{
192
public:
193
AutoPushPop(Stack<Object, Capacity>& s, const Object& o)
194
: stack(s)
195
{
196
stack.push(o);
197
}
198
199
~AutoPushPop()
200
{
Callers
nothing calls this directly
Calls
1
push
Method · 0.45
Tested by
no test coverage detected