blob: 9541b36f7aeca8f054075168707951e2bc60e2dd [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
#include <fidl/test.inheritance/cpp/natural_types.h>
::test_inheritance::SuperFooTopResponse::Storage_
test_inheritance::SuperFooTopResponse::CloneStorage_() const {
return Storage_{::fidl::internal::NaturalClone(storage_.y)};
}
::test_inheritance::SuperFooRequest::Storage_
test_inheritance::SuperFooRequest::CloneStorage_() const {
return Storage_{::fidl::internal::NaturalClone(storage_.s)};
}