template <typename Protocol, typename Transport>

class UnownedServerEndBase

Defined at line 107 of file ../../sdk/lib/fidl/cpp/wire/include/lib/fidl/cpp/wire/internal/endpoints.h

Public Methods

void UnownedServerEndBase<Protocol, Transport> (const fidl::internal::ServerEndType<Protocol> & owner)

An unowned server 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 server end, or a const

reference to a |TransportEndSubclass|.

NOLINTNEXTLINE

Defined at line 119 of file ../../sdk/lib/fidl/cpp/wire/include/lib/fidl/cpp/wire/internal/endpoints.h