MCPcopy Create free account
hub / github.com/cinder/Cinder / insert

Method insert

include/nlohmann/ordered_map.hpp:197–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195 }
196
197 std::pair<iterator, bool> insert( value_type&& value )
198 {
199 return emplace(value.first, std::move(value.second));
200 }
201
202 std::pair<iterator, bool> insert( const value_type& value )
203 {

Callers 7

push_backFunction · 0.45
insert_iteratorFunction · 0.45
insertFunction · 0.45
patchFunction · 0.45
basic_json diffFunction · 0.45
json_pointerClass · 0.45
get_cbor_binaryMethod · 0.45

Calls 5

emplaceFunction · 0.85
push_backFunction · 0.70
insertFunction · 0.70
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected