template <>

class WireTableBuilder

Defined at line 583 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/cpp/fidl/fuchsia.element/cpp/wire_types.h

Public Methods

template <typename First = ::fidl::VectorView<::fuchsia_element::wire::Annotation>, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::VectorView<::fuchsia_element::wire::Annotation>>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_element::wire::ViewSpec> & annotations (First && first, Args &&... args_)

The initial annotations associated with the presented view. Updates to

annotations are observed through the `AnnotationController` passed

to `PresentView()`.

Optional.

Defined at line 599 of file fidling/gen/sdk/fidl/fuchsia.element/fuchsia.element/cpp/fidl/fuchsia.element/cpp/wire_types.h

Friends

template <>
class ViewSpec