Go to the source code of this file.
|  | 
| namespace | hh | 
|  | Hedgehog main namespace. 
 | 
|  | 
| namespace | hh::core | 
|  | Hedgehog core namespace. 
 | 
|  | 
|  | 
| template<size_t Separator, class ... AllTypes> | 
| using | hh::core::EPIM = tool::ExecutionPipelineInputsManagementAbstractionTypeDeducer_t< tool::Inputs< Separator, AllTypes... > > | 
|  | Type alias for an ExecutionPipelineInputsManagementAbstraction from the list of template parameters. 
 | 
|  | 
| template<size_t Separator, class ... AllTypes> | 
| using | hh::core::EPOM = tool::ExecutionPipelineOutputsManagementAbstractionTypeDeducer_t< tool::Outputs< Separator, AllTypes... > > | 
|  | Type alias for an ExecutionPipelineOutputsManagementAbstraction from the list of template parameters. 
 | 
|  |