MCPcopy Create free account
hub / github.com/boostorg/json / insert

Method insert

include/boost/json/impl/object.hpp:380–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378
379template<class P, class>
380auto
381object::
382insert(P&& p) ->
383 std::pair<iterator, bool>
384{
385 key_value_pair v(
386 std::forward<P>(p), sp_);
387 return emplace_impl( v.key(), pilfer(v) );
388}
389
390template<class M>
391auto

Callers

nothing calls this directly

Calls 4

pilferFunction · 0.85
sizeFunction · 0.85
keyMethod · 0.80
commitMethod · 0.45

Tested by

no test coverage detected