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

Method top

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

Source from the content-addressed store, hash-verified

98 }
99
100 reference top()
101 {
102 return c.back();
103 }
104
105 const_reference top() const
106 {

Callers 3

operator*Method · 0.45
test_priority_queueMethod · 0.45
test_stackMethod · 0.45

Calls 1

backMethod · 0.45

Tested by 3

operator*Method · 0.36
test_priority_queueMethod · 0.36
test_stackMethod · 0.36