blob: cb290965ed3e87636384ca95af1ea3df6b62d567 [file] [log] [blame]
// WARNING: This file is machine generated by fidlgen.
#include <fidl/test.vectors/cpp/natural_types.h>
::test_vectors::ExampleUseOfVectors::Storage_ test_vectors::ExampleUseOfVectors::CloneStorage_() const {
return Storage_{
::fidl::internal::NaturalClone(storage_.vector_of_uint8),
::fidl::internal::NaturalClone(storage_.vector_of_vector_of_bool)};
}