template <typename FidlTable>
class WireTableBuilder
|WireTableBuilder| is a helper class for building tables. They're created by
calling the static |Build(AnyArena
&
)| on a FIDL wire table type. The table's
frame and members will be allocated from supplied arena.
Table members are set by passing constructor arguments or |ObjectView|s into
a builder method named for the member.
To get the built table call |Build()|. The builder must not be used after
|Build()| has been called.