Go to the source code of this file.
|
template<typename SocketContextFactory , typename... SocketContextFactoryArgs> |
SocketClient< SocketContextFactory, SocketContextFactoryArgs... > | net::un::stream::legacy::Client (const std::string &instanceName, const std::function< void(typename SocketClient< SocketContextFactory, SocketContextFactoryArgs... >::Config &)> &configurator, SocketContextFactoryArgs &&... socketContextFactoryArgs) |
|
template<typename SocketContextFactory , typename... SocketContextFactoryArgs, typename = std::enable_if_t<not std::is_invocable_v<std::tuple_element_t<0, std::tuple<SocketContextFactoryArgs...>>, typename SocketClient<SocketContextFactory>::Config&>>> |
SocketClient< SocketContextFactory, SocketContextFactoryArgs... > | net::un::stream::legacy::Client (const std::string &instanceName, SocketContextFactoryArgs &&... socketContextFactoryArgs) |
|