class DictionaryOptionalItem
Defined at line 1153 of file fidling/gen/sdk/fidl/fuchsia.component.sandbox/fuchsia.component.sandbox/hlcpp/fuchsia/component/sandbox/cpp/fidl.h
A key-value pair in a [`DictionaryRef`], where the value may be elided.
This is useful for APIs that may wish to omit the value, for example if it could not be
duplicated.
Public Members
basic_string key
unique_ptr value
Public Methods
::std::unique_ptr<DictionaryOptionalItem> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, DictionaryOptionalItem * value, size_t _offset)
zx_status_t Clone (DictionaryOptionalItem * result)