Go to the source code of this file.
|
template<typename SocketContextFactory , typename... SocketContextFactoryArgs> |
SocketServer< SocketContextFactory, SocketContextFactoryArgs... > | net::rc::stream::legacy::Server (const std::string &instanceName, const std::function< void(typename SocketServer< 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 SocketServer<SocketContextFactory>::Config&>>> |
SocketServer< SocketContextFactory, SocketContextFactoryArgs... > | net::rc::stream::legacy::Server (const std::string &instanceName, SocketContextFactoryArgs &&... socketContextFactoryArgs) |
|