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

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

#include "concepts.h"

Concept definition

template<class MultiReceiver, class ... InputTypes>
(std::is_base_of_v<core::implementor::ImplementorReceiver<InputTypes>, MultiReceiver>, ...)
Test if a type is a valid concrete implementation of the core::implementor::ImplementorReceiver for t...
Definition: concepts.h:263

Detailed Description

Test if a type is a valid concrete implementation of the core::implementor::ImplementorReceiver for the InputTypes.

Template Parameters
MultiReceiverType to test
InputTypesInput types list (variadic)

Definition at line 263 of file concepts.h.