overwriteOriginal#

Fully qualified name: carb::dictionary::overwriteOriginal

Defined in carb/dictionary/IDictionary.h

inline UpdateAction carb::dictionary::overwriteOriginal(
const Item*,
ItemType,
const Item*,
ItemType,
void*,
)#

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.