[ROOT] / doc / toc / ARCCore / Class / IP / DeepCopy


Creates a deep copy of this object instance, that is, a copy with all new object instances (except for immutable objects).
Implementing classes are supposed to use this method recursively for a truly deep copy.

Note that there may be some limitations in the implementing class for how truly deep the copy is. For instance if the actual value (TValue) of PValue<T> is not immutable, then the copy returned will probably not be a truly deep copy


Details

Generated 2024-03-28 19:41:48.681 UTC