|
C++ Actor Framework 0.18
|
Maps two stream_slot values into a pair for storing sender and receiver slot information.
More...
#include <stream_slot.hpp>
Public Member Functions | |
| constexpr | stream_slots (stream_slot sender_slot, stream_slot receiver_slot) |
| constexpr stream_slots | invert () const |
| Returns an inverted pair, i.e., swaps sender and receiver slot. | |
| long | compare (stream_slots other) const noexcept |
Public Attributes | |
| stream_slot | sender |
| stream_slot | receiver |
Related Functions | |
(Note that these are not member functions.) | |
| template<class Inspector > | |
| bool | inspect (Inspector &f, stream_slots &x) |
Maps two stream_slot values into a pair for storing sender and receiver slot information.