template <typename T>
struct NaturalCloneHelper
Defined at line 604 of file ../../sdk/lib/fidl/cpp/include/lib/fidl/cpp/internal/natural_types.h
Helpers for deep-copying some types that aren't copy-constructible.
In particular ones that use fidl::Box, a common pattern in natural domain objects.
Public Methods
T Clone (const T & value)
Defined at line 605 of file ../../sdk/lib/fidl/cpp/include/lib/fidl/cpp/internal/natural_types.h