Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface11::internal::is_element_of< Q, N, Tuple > Struct Template Reference

#include <flow_graph.h>

Collaboration diagram for tbb::flow::interface11::internal::is_element_of< Q, N, Tuple >:

Public Types

typedef tbb::flow::tuple_element< N-1, Tuple >::type T_i
 

Static Public Attributes

static const bool value = tbb::internal::is_same_type<Q,T_i>::value || is_element_of<Q,N-1,Tuple>::value
 

Detailed Description

template<class Q, size_t N, class Tuple>
struct tbb::flow::interface11::internal::is_element_of< Q, N, Tuple >

Definition at line 571 of file flow_graph.h.

Member Typedef Documentation

◆ T_i

template<class Q , size_t N, class Tuple >
typedef tbb::flow::tuple_element<N-1, Tuple>::type tbb::flow::interface11::internal::is_element_of< Q, N, Tuple >::T_i

Definition at line 572 of file flow_graph.h.

Member Data Documentation

◆ value

template<class Q , size_t N, class Tuple >
const bool tbb::flow::interface11::internal::is_element_of< Q, N, Tuple >::value = tbb::internal::is_same_type<Q,T_i>::value || is_element_of<Q,N-1,Tuple>::value
static

Definition at line 573 of file flow_graph.h.


The documentation for this struct was generated from the following file:

Copyright © 2005-2020 Intel Corporation. All Rights Reserved.

Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are registered trademarks or trademarks of Intel Corporation or its subsidiaries in the United States and other countries.

* Other names and brands may be claimed as the property of others.