C++ Actor Framework 0.19
|
Entry point for the with(...)
DSL.
More...
#include <with.hpp>
Inherits extend::template with< dsl::has_accept, dsl::has_uri_connect, dsl::has_context >.
Public Types | |
using | config_type = base_config< Trait > |
Public Member Functions | |
template<class... Ts> | |
with_t (multiplexer *mpx) | |
with_t (const with_t &) noexcept=default | |
with_t & | operator= (const with_t &) noexcept=default |
Entry point for the with(...)
DSL.