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

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

#include "concepts.h"

Concept definition

template<class MultiExecute, class ... InputTypes>
(std::is_base_of_v<core::implementor::ImplementorExecute<InputTypes>, MultiExecute>, ...)
Test if a type is a valid concrete implementation of the core::implementor::ImplementorExecute for th...
Definition: concepts.h:279

Detailed Description

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

Template Parameters
MultiExecuteType to test
InputTypesInput types list (variadic)

Definition at line 279 of file concepts.h.