Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_queue
Method · 0.45
test_priority_queue
Method · 0.45
test_stack
Method · 0.45
Calls
2
move
Function · 0.85
push_back
Method · 0.45
Tested by
3
test_queue
Method · 0.36
test_priority_queue
Method · 0.36
test_stack
Method · 0.36