MCPcopy Create free account
hub / github.com/comaps/comaps / insert

Function insert

3party/ankerl/unordered_dense.h:1497–1499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1495 }
1496
1497 auto insert(value_type const& value) -> std::pair<iterator, bool> {
1498 return emplace(value);
1499 }
1500
1501 auto insert(value_type&& value) -> std::pair<iterator, bool> {
1502 return emplace(std::move(value));

Callers 10

insertMethod · 0.85
ReplaceMethod · 0.85
sherwood_v8_tableMethod · 0.85
sherwood_v8_tableClass · 0.85
insertMethod · 0.85
sherwood_v3_tableMethod · 0.85
sherwood_v3_tableClass · 0.85
insertMethod · 0.85
tableFunction · 0.85
operator=Function · 0.85

Calls 3

emplaceFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected