Class providing information about connections from the perspective of a node. More...
#include <eagine/message_bus/remote_node.hpp>
Public Member Functions | |
auto | origin () -> remote_node |
Returns the origin node connected by the listed connections. | |
auto | count () const noexcept -> span_size_t |
Returns the number of adjacent connections of the origin node. More... | |
auto | get (span_size_t index) -> node_connection |
Returns the i-th connection of the origin node. More... | |
auto | remote (span_size_t index) -> remote_node |
Returns the node connected through the i-th connection. More... | |
Class providing information about connections from the perspective of a node.
|
inlinenoexcept |
|
inline |
|
inline |