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

Function insert

src/json.hpp:19332–19335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19330 }
19331
19332 std::pair<iterator, bool> insert( value_type&& value )
19333 {
19334 return emplace(value.first, std::move(value.second));
19335 }
19336
19337 std::pair<iterator, bool> insert( const value_type& value )
19338 {

Callers

nothing calls this directly

Calls 11

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.45
endMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected