| Hedgehog
    3.1.0
    A library to generate hybrid pipeline workflow systems | 
Behavior abstraction for nodes that send multiple types of data. More...
#include "multi_senders.h"


| Public Types | |
| using | outputs_t = std::tuple< Outputs... > | 
| Accessor of output data type. | |
| Public Member Functions | |
| MultiSenders ()=default | |
| Default constructor. | |
| virtual | ~MultiSenders ()=default | 
| Default destructor. | |
Behavior abstraction for nodes that send multiple types of data.
| Outputs | Types of data the node sends | 
Definition at line 32 of file multi_senders.h.
| using hh::behavior::MultiSenders< Outputs >::outputs_t = std::tuple<Outputs...> | 
Accessor of output data type.
Definition at line 34 of file multi_senders.h.
| 
 | default | 
Default constructor.
| 
 | virtualdefault | 
Default destructor.