
Your opinion will help to improve our service
Leave a feedback >Add to original new non-object elements from patch (overwriting the old ones, if any) and merge object elements recursively.
Definition in file merge.hpp.
Go to the source code of this file.
#include <userver/formats/common/items.hpp>Namespaces | |
| namespace | formats |
| Value formats representation, parsing and serialization. | |
| namespace | formats::common |
| Common utilities for all the formats. | |
Functions | |
| template<typename Value> | |
| void | formats::common::Merge (typename Value::Builder &original, const Value &patch) |
Add to original new non-object elements from patch (overwriting the old ones, if any) and merge object elements recursively. | |