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

Function insert

src/include/nlohmann/ordered_map.hpp:324–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322 }
323
324 std::pair<iterator, bool> insert( value_type&& value )
325 {
326 return emplace(value.first, std::move(value.second));
327 }
328
329 std::pair<iterator, bool> insert( const value_type& value )
330 {

Callers

nothing calls this directly

Calls 4

emplaceFunction · 0.70
push_backFunction · 0.70
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected