MCPcopy 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

addItemDelayedMethod · 0.45
flushOutputMethod · 0.45

Calls

no outgoing calls

Tested by 2

addItemDelayedMethod · 0.36
flushOutputMethod · 0.36