MCPcopy Create free account
hub / github.com/arun11299/cpp-jwt / insert

Method insert

include/jwt/json/json.hpp:16542–16545  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16540 }
16541
16542 std::pair<iterator, bool> insert( value_type&& value )
16543 {
16544 return emplace(value.first, std::move(value.second));
16545 }
16546
16547 std::pair<iterator, bool> insert( const value_type& value )
16548 {

Callers 8

get_cbor_binaryMethod · 0.80
json_pointerClass · 0.80
operator[]Function · 0.80
push_backFunction · 0.80
insert_iteratorFunction · 0.80
insertFunction · 0.80
patchFunction · 0.80
basic_json diffFunction · 0.80

Calls 4

emplaceFunction · 0.85
push_backFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected