MCPcopy Create free account
hub / github.com/HelenOS/helenos / push

Method push

uspace/lib/cpp/include/__bits/adt/stack.hpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 }
109
110 void push(const value_type& val)
111 {
112 c.push_back(val);
113 }
114
115 void push(value_type&& val)
116 {

Callers 3

test_queueMethod · 0.45
test_priority_queueMethod · 0.45
test_stackMethod · 0.45

Calls 2

moveFunction · 0.85
push_backMethod · 0.45

Tested by 3

test_queueMethod · 0.36
test_priority_queueMethod · 0.36
test_stackMethod · 0.36