class EmptyStruct
Defined at line 3510 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h
Used in places where empty structs are needed, such as empty union members, to avoid creating
new struct types.
Public Methods
void EmptyStruct (Storage_ storage)
void EmptyStruct (uint8_t __reserved)
void EmptyStruct ()
Default constructs a |EmptyStruct| only if all of its members are default constructible.
Defined at line 3520 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h
void EmptyStruct (EmptyStruct && )
Defined at line 3523 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h
void EmptyStruct (const EmptyStruct & other)
EmptyStruct & operator= (EmptyStruct && )
Defined at line 3524 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/natural_types.h
EmptyStruct & operator= (const EmptyStruct & other)
bool operator== (const EmptyStruct & other)
bool operator!= (const EmptyStruct & other)
uint8_t __reserved ()
uint8_t & __reserved ()
EmptyStruct & __reserved (uint8_t value)
Setter for __reserved.
void EmptyStruct (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalStructCodingTraits