C++ Actor Framework 0.19
Loading...
Searching...
No Matches
Classes | Public Types | Static Public Attributes | List of all members
caf::net::dsl::server_config Class Reference

Wraps configuration parameters for starting clients. More...

#include <server_config.hpp>

Classes

class  lazy
 Configuration for a server that creates the socket on demand. More...
 
class  socket
 Configuration for a server that uses a user-provided socket. More...
 

Public Types

using lazy_t = server_config_tag< lazy >
 
using socket_t = server_config_tag< error >
 
using fail_t = server_config_tag< error >
 

Static Public Attributes

static constexpr auto lazy_v = lazy_t{}
 
static constexpr auto socket_v = socket_t{}
 
static constexpr auto fail_v = fail_t{}
 

Detailed Description

Wraps configuration parameters for starting clients.


The documentation for this class was generated from the following file: