blob: 3e390ccd0d528d3099f3ff94aa15d59c903d372f [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)};
}