|
C++ Actor Framework 0.18
|
Wraps a stream slot ID for outbound paths with the full type information of the path creation. More...
#include <stream_slot.hpp>
Public Types | |
| using | output_type = OutputType |
| Type of a single element. | |
| using | stream_type = stream< output_type > |
| Type of a stream over the elements. | |
| using | handshake_arguments = std::tuple< HandshakeArgs... > |
| Type of user-defined handshake arguments. | |
Public Member Functions | |
| constexpr | outbound_stream_slot (stream_slot value=0) |
| outbound_stream_slot (outbound_stream_slot &&)=default | |
| outbound_stream_slot (const outbound_stream_slot &)=default | |
| outbound_stream_slot & | operator= (outbound_stream_slot &&)=default |
| outbound_stream_slot & | operator= (const outbound_stream_slot &)=default |
| constexpr | operator stream_slot () const noexcept |
| constexpr stream_slot | value () const noexcept |
Friends | |
| template<class Inspector > | |
| bool | inspect (Inspector &f, outbound_stream_slot &x) |
Wraps a stream slot ID for outbound paths with the full type information of the path creation.