struct DefaultConstructPossiblyInvalidObjectTag

Defined at line 47 of file ../../sdk/lib/fidl/cpp/include/lib/fidl/cpp/natural_coding_traits.h

|DefaultConstructPossiblyInvalidObjectTag| selects a constructor that is only

usable by the FIDL runtime, and may construct the object in an invalid state.

This is useful in decoding where we must first construct the object and then

populate it with valid contents.