Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelenOS/helenos
/ insert
Method
insert
uspace/lib/cpp/include/__bits/adt/unordered_map.hpp:256–259 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
254
}
255
256
pair<iterator, bool> insert(const value_type& val)
257
{
258
return table_.insert(val);
259
}
260
261
pair<iterator, bool> insert(value_type&& val)
262
{
Callers
1
insert
Method · 0.45
Calls
2
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected