Shrink optimization

This commit is contained in:
Jakub Melka
2020-06-05 19:16:45 +02:00
parent 6a986178ff
commit 8a97f20ce9
3 changed files with 97 additions and 0 deletions

View File

@ -411,6 +411,7 @@ public:
enum MergeFlag
{
NoFlag = 0x0000,
RemoveNullObjects = 0x0001, ///< Remove null object from dictionaries
ConcatenateArrays = 0x0002, ///< Concatenate arrays instead of replace
};