Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelenOS/helenos
/ pop
Method
pop
uspace/lib/cpp/include/__bits/adt/stack.hpp:126–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
124
}
125
126
void pop()
127
{
128
c.pop_back();
129
}
130
131
void swap(stack& other) // We cannot use c in the noexcept :/
132
noexcept(noexcept(declval<container_type>().swap(declval<container_type&>())))
Callers
4
main
Function · 0.45
priority_queue_iterator
Class · 0.45
test_queue
Method · 0.45
test_stack
Method · 0.45
Calls
1
pop_back
Method · 0.45
Tested by
2
test_queue
Method · 0.36
test_stack
Method · 0.36