MCPcopy 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

mainFunction · 0.45
test_queueMethod · 0.45
test_stackMethod · 0.45

Calls 1

pop_backMethod · 0.45

Tested by 2

test_queueMethod · 0.36
test_stackMethod · 0.36