|
inlinestaticnoexcept |
Clones the given value.
This helper is used when processing partial update to clone the previous value and compute the new value with the partial update. The default implementation performs a plain C++ copy with the copy constructor.
value | The value to encode |