C++ Actor Framework 1.0.0
|
Wraps configuration of some base parameters before we know whether the user is starting a client or a server. More...
#include <generic_config.hpp>
Classes | |
class | lazy |
Configuration for a client that creates the socket on demand. More... | |
Static Public Attributes | |
static constexpr auto | fail_v = generic_config_tag<error>{} |
static constexpr size_t | fail_index = 0 |
static constexpr auto | lazy_v = generic_config_tag<lazy>{} |
static constexpr size_t | lazy_index = 1 |
Wraps configuration of some base parameters before we know whether the user is starting a client or a server.