carb::dictionary::overwriteOriginal

Defined in carb/dictionary/IDictionary.h

inline UpdateAction carb::dictionary::overwriteOriginal(const Item *dstItem, ItemType dstItemType, const Item *srcItem, ItemType srcItemType, void *userData)

Note that this function does not properly handle overwriting of arrays due to overwriting array being shorter, potentially leaving part of the older array in-place after the merge Use overwriteOriginalWithArrayHandling() if dictionaries are expected to contain array data.

See also

IDictionary::update()