template <>

class WireTableBuilder

Defined at line 1459 of file fidling/gen/sdk/fidl/fuchsia.component.runner/fuchsia.component.runner/cpp/fidl/fuchsia.component.runner/cpp/wire_types.h

Public Methods

template <typename First = int64_t, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<int64_t>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_component_runner::wire::ComponentStopInfo> & exit_code (First && first, Args &&... args_)

(Optional) The exit code of the component instance.

Runner implementors may map their runtime specific exit code concept

(such as libc exit status) to this field. Or they may choose to

leave this blank.

Defined at line 1475 of file fidling/gen/sdk/fidl/fuchsia.component.runner/fuchsia.component.runner/cpp/fidl/fuchsia.component.runner/cpp/wire_types.h

Friends

template <>
class ComponentStopInfo