blob: 8f72e8c8e92b4e55821149ec02770f1085211136 [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
#include <fidl/test.byteandbytes/cpp/natural_types.h>
::test_byteandbytes::ByteAndBytes::Storage_
test_byteandbytes::ByteAndBytes::CloneStorage_() const {
return Storage_{
::fidl::internal::NaturalClone(storage_.single_byte),
::fidl::internal::NaturalClone(storage_.many_bytes),
::fidl::internal::NaturalClone(storage_.only_one_k_bytes),
::fidl::internal::NaturalClone(storage_.opt_only_one_k_bytes)};
}