blob: 195b860ccfa8d68a8eed20a43e2ae09500474f67 [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)};
}