class TestStrictXUnionInArrayInStruct

Defined at line 783 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/cpp/fidl/test.types/cpp/natural_types.h

Public Methods

void TestStrictXUnionInArrayInStruct (Storage_ storage)
void TestStrictXUnionInArrayInStruct (::std::array< ::test_types::TestStrictXUnion, 10> arr)
void TestStrictXUnionInArrayInStruct ()

Default constructs a |TestStrictXUnionInArrayInStruct| only if all of its members are default constructible.

Defined at line 793 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/cpp/fidl/test.types/cpp/natural_types.h

void TestStrictXUnionInArrayInStruct (TestStrictXUnionInArrayInStruct && )

Defined at line 796 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/cpp/fidl/test.types/cpp/natural_types.h

void TestStrictXUnionInArrayInStruct (const TestStrictXUnionInArrayInStruct & other)
TestStrictXUnionInArrayInStruct & operator= (TestStrictXUnionInArrayInStruct && )

Defined at line 797 of file fidling/gen/sdk/testing/fidl/types_tests/test.types/cpp/fidl/test.types/cpp/natural_types.h

TestStrictXUnionInArrayInStruct & operator= (const TestStrictXUnionInArrayInStruct & other)
bool operator== (const TestStrictXUnionInArrayInStruct & other)
bool operator!= (const TestStrictXUnionInArrayInStruct & other)
const ::std::array< ::test_types::TestStrictXUnion, 10> & arr ()
::std::array< ::test_types::TestStrictXUnion, 10> & arr ()
TestStrictXUnionInArrayInStruct & arr (::std::array< ::test_types::TestStrictXUnion, 10> value)

Setter for arr.

void TestStrictXUnionInArrayInStruct (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits