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