Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_queue
Method · 0.45
test_stack
Method · 0.45
Calls
1
back
Method · 0.45
Tested by
3
operator*
Method · 0.36
test_priority_queue
Method · 0.36
test_stack
Method · 0.36