template <>
class WireTableBuilder
Defined at line 2038 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h
Public Methods
template <typename First = ::fuchsia_io::wire::Operations, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_io::wire::Operations>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_io::wire::ConnectionInfo> & rights (First && first, Args &&... args_)
The rights possessed by the current connection. Note: `rights` limits
the set of operations allowed on the connection, but does not guarantee
their availability. For example, one may have the [`Rights.EXECUTE`]
right on a file connection, but the file itself does not have the
`EXECUTE` ability, and hence cannot be executed. See
[`ConnectionOptions.rights`].
Defined at line 2056 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h
template <typename First = ::fuchsia_io::wire::Operations, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_io::wire::Operations>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_io::wire::ConnectionInfo> & rights (First && first, Args &&... args_)
The rights possessed by the current connection. Note: `rights` limits
the set of operations allowed on the connection, but does not guarantee
their availability. For example, one may have the [`Rights.EXECUTE`]
right on a file connection, but the file itself does not have the
`EXECUTE` ability, and hence cannot be executed. See
[`ConnectionOptions.rights`].
Defined at line 2056 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/wire_types.h
Friends
template <>
class ConnectionInfo