21#ifndef HEDGEHOG_MULTI_SENDERS_H 
   22#define HEDGEHOG_MULTI_SENDERS_H 
   31template<
class ...Outputs>
 
Behavior abstraction for nodes that send multiple types of data.
virtual ~MultiSenders()=default
Default destructor.
std::tuple< Outputs... > outputs_t
Accessor of output data type.
MultiSenders()=default
Default constructor.