C++ Actor Framework 0.19
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
caf::net::lp::with_t< Trait > Class Template Reference

Entry point for the with(...) DSL. More...

#include <with.hpp>

Inherits extend::template with< dsl::has_accept, dsl::has_connect, dsl::has_context >.

Public Types

using config_type = base_config< Trait >
 

Public Member Functions

template<class... Ts>
 with_t (multiplexer *mpx)
 
 with_t (with_t &&) noexcept=default
 
 with_t (const with_t &) noexcept=default
 
with_toperator= (with_t &&) noexcept=default
 
with_toperator= (const with_t &) noexcept=default
 

Detailed Description

template<class Trait>
class caf::net::lp::with_t< Trait >

Entry point for the with(...) DSL.


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