Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelenOS/helenos
/ begin
Method
begin
uspace/lib/cpp/include/__bits/adt/unordered_map.hpp:214–217 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
212
}
213
214
iterator begin() noexcept
215
{
216
return table_.begin();
217
}
218
219
const_iterator begin() const noexcept
220
{
Callers
7
unordered_map
Method · 0.45
unordered_map
Class · 0.45
insert
Method · 0.45
unordered_multimap
Method · 0.45
unordered_multimap
Class · 0.45
begin
Method · 0.45
insert
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected