MCPcopy Create free account
hub / github.com/KDE/kdevelop / push

Method push

kdevplatform/util/stack.h:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 Base::swap(other);
43 }
44 inline void push(const T& t)
45 {
46 Base::append(t);
47 }
48
49 inline T pop()
50 {

Callers 1

addItemDelayedMethod · 0.45

Calls

no outgoing calls

Tested by 1

addItemDelayedMethod · 0.36