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

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

#include "helper.h"

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

Public Types

using type = core::CoreMultiReceivers< Inputs... >
 Type of the CoreMultiReceivers.
 

Detailed Description

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

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

Template Parameters
InputsCoreMultiReceivers inputs

Definition at line 67 of file helper.h.


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