Hedgehog  3.1.0
A library to generate hybrid pipeline workflow systems
Loading...
Searching...
No Matches
hh::tool::internals::IntersectImpl< T1, T2, Size, Size > Struct Template Reference

Definition of the implementation of the Intersect metafunction when arriving at the end of T1. More...

#include "meta_functions.h"

Collaboration diagram for hh::tool::internals::IntersectImpl< T1, T2, Size, Size >:
Collaboration graph

Public Types

using type = std::tuple<>
 Returning an empty tuple when arriving at the end of T1.
 

Detailed Description

template<typename T1, typename T2, size_t Size>
struct hh::tool::internals::IntersectImpl< T1, T2, Size, Size >

Definition of the implementation of the Intersect metafunction when arriving at the end of T1.

Template Parameters
T1Tuple of types
T2Tuple of types
SizeSize of T1

Definition at line 171 of file meta_functions.h.

Member Typedef Documentation

◆ type

template<typename T1 , typename T2 , size_t Size>
using hh::tool::internals::IntersectImpl< T1, T2, Size, Size >::type = std::tuple<>

Returning an empty tuple when arriving at the end of T1.

Definition at line 173 of file meta_functions.h.