MCPcopy Create free account
hub / github.com/Winderton/xplatform / insert

Function insert

Blockchain/src/json.hh:23274–23290  ·  view source on GitHub ↗

! @brief inserts element Inserts element @a val before iterator @a pos. @param[in] pos iterator before which the content will be inserted; may be the end() iterator @param[in] val element to insert @return iterator pointing to the inserted @a val. @throw type_error.309 if called on JSON values other than arrays; example: `"cannot use insert() with string"` @throw invalid_itera

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

insertMethod · 0.70

Calls 8

is_arrayFunction · 0.70
createFunction · 0.70
insert_iteratorFunction · 0.70
type_nameFunction · 0.70
is_objectFunction · 0.70
beginMethod · 0.45
endMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected