MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / insert

Function insert

Source/external/json.hpp:19204–19207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19202 }
19203
19204 std::pair<iterator, bool> insert( value_type&& value )
19205 {
19206 return emplace(value.first, std::move(value.second));
19207 }
19208
19209 std::pair<iterator, bool> insert( const value_type& value )
19210 {

Callers

nothing calls this directly

Calls 10

emplaceFunction · 0.85
push_backFunction · 0.85
is_arrayFunction · 0.85
createFunction · 0.85
insert_iteratorFunction · 0.85
concatFunction · 0.85
type_nameFunction · 0.85
is_objectFunction · 0.85
beginMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected