Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ pop
Method
pop
kdevplatform/util/stack.h:49–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
inline T pop()
50
{
51
T r = Base::last();
52
Base::removeLast();
53
return r;
54
}
55
inline T& top()
56
{
57
return Base::last();
Callers
2
addItemDelayed
Method · 0.45
flushOutput
Method · 0.45
Calls
no outgoing calls
Tested by
2
addItemDelayed
Method · 0.36
flushOutput
Method · 0.36