Hedgehog  3.1.0
A library to generate hybrid pipeline workflow systems
Loading...
Searching...
No Matches
hh::tool::ConcreteMultiSenderImplementation Concept Reference

Test if a type is a valid concrete implementation of the core::implementor::ImplementorSender for the OutputTypes. More...

#include "concepts.h"

Concept definition

template<class MultiSender, class ... OutputTypes>
(std::is_base_of_v<core::implementor::ImplementorSender<OutputTypes>, MultiSender>, ...)
Test if a type is a valid concrete implementation of the core::implementor::ImplementorSender for the...
Definition: concepts.h:271

Detailed Description

Test if a type is a valid concrete implementation of the core::implementor::ImplementorSender for the OutputTypes.

Template Parameters
MultiSenderType to test
OutputTypesOutput types list (variadic)

Definition at line 271 of file concepts.h.