template <typename Protocol, typename Transport>
class UnownedClientEndBase
Defined at line 202 of file ../../sdk/lib/fidl/cpp/wire/include/lib/fidl/cpp/wire/internal/endpoints.h
Public Methods
void UnownedClientEndBase<Protocol, Transport> (const fidl::internal::ClientEndType<Protocol> & owner)
An unowned client end can only be constructed from an existing handle.
This constructor defines an implicit conversion to facilitate invoking
generated FIDL APIs with either an unowned client end, or a const
reference to a |TransportEndSubclass|.
NOLINTNEXTLINE
Defined at line 214 of file ../../sdk/lib/fidl/cpp/wire/include/lib/fidl/cpp/wire/internal/endpoints.h