Hedgehog  0.0.0
A library to generate hybrid pipeline workflow systems
hh::helper::HelperMultiReceiversType< std::tuple< Inputs... > > Struct Template Reference

Used helper to get the type of a MultiReceivers for inputs from a tuple of Input types. More...

#include "helper.h"

Collaboration diagram for hh::helper::HelperMultiReceiversType< std::tuple< Inputs... > >:
Collaboration graph

Public Types

using type = behavior::MultiReceivers< Inputs... >
 Type of the MultiReceivers.
 

Detailed Description

template<class ... Inputs>
struct hh::helper::HelperMultiReceiversType< std::tuple< Inputs... > >

Used helper to get the type of a MultiReceivers for inputs from a tuple of Input types.

Template Parameters
InputsMultiReceivers inputs

Definition at line 55 of file helper.h.


The documentation for this struct was generated from the following file: