blob: 3a065709aa75e41b5d1320fc4caf47967ef38875 [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
#include <fidl/test.struct/cpp/natural_types.h>
::test_struct::Simple::Storage_ test_struct::Simple::CloneStorage_() const {
return Storage_{::fidl::internal::NaturalClone(storage_.f1),
::fidl::internal::NaturalClone(storage_.f2)};
}
::test_struct::BasicStruct::Storage_ test_struct::BasicStruct::CloneStorage_()
const {
return Storage_{::fidl::internal::NaturalClone(storage_.x),
::fidl::internal::NaturalClone(storage_.y)};
}