MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / insert

Function insert

extern/json/json.hpp:19242–19245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19240 }
19241
19242 std::pair<iterator, bool> insert( value_type&& value )
19243 {
19244 return emplace(value.first, std::move(value.second));
19245 }
19246
19247 std::pair<iterator, bool> insert( const value_type& value )
19248 {

Callers

nothing calls this directly

Calls 12

emplaceFunction · 0.85
moveFunction · 0.85
is_arrayFunction · 0.85
insert_iteratorFunction · 0.85
type_nameFunction · 0.85
is_objectFunction · 0.85
push_backFunction · 0.70
createFunction · 0.70
concatFunction · 0.70
beginMethod · 0.45
endMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected