| C++ Actor Framework 1.0.0
    | 
Configuration for a client that creates the socket on demand. More...
#include <generic_config.hpp>
 
  
| Static Public Attributes | |
| static constexpr std::string_view | name = "lazy" | 
| Additional Inherited Members | |
|  Public Types inherited from caf::net::dsl::has_make_ctx | |
| using | ctx_ptr = std::shared_ptr<ssl::context> | 
| using | ctx_factory = std::function<expected<ctx_ptr>()> | 
|  Public Member Functions inherited from caf::net::dsl::has_make_ctx | |
| void | assign (const has_make_ctx *other) noexcept | 
|  Static Public Member Functions inherited from caf::net::dsl::has_make_ctx | |
| template<class SumType > | |
| static auto | from (SumType &data) noexcept | 
|  Public Attributes inherited from caf::net::dsl::has_make_ctx | |
| ctx_factory | make_ctx | 
| SSL context factory for lazy loading SSL on demand. | |
Configuration for a client that creates the socket on demand.