MCPcopy 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

insertMethod · 0.45

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected