add dv::merge & update EnginePaths::readCombinedObject

This commit is contained in:
MihailRis
2025-02-20 22:08:09 +03:00
parent 12105c2933
commit 84d5b5d1a8
5 changed files with 52 additions and 6 deletions
+2
View File
@@ -374,6 +374,8 @@ namespace dv {
const value& operator[](const key_t& key) const;
void merge(dv::value&& other, bool deep);
value& operator[](size_t index);
const value& operator[](size_t index) const;