Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
tbb::flow::interface11::internal::input_types< 9, InputTuple > Struct Template Reference

#include <flow_graph.h>

Collaboration diagram for tbb::flow::interface11::internal::input_types< 9, InputTuple >:

Public Types

typedef tuple_element
< 0, InputTuple >::type 
first_type
 
typedef tuple_element
< 1, InputTuple >::type 
second_type
 
typedef tuple_element
< 2, InputTuple >::type 
third_type
 
typedef tuple_element
< 3, InputTuple >::type 
fourth_type
 
typedef tuple_element
< 4, InputTuple >::type 
fifth_type
 
typedef tuple_element
< 5, InputTuple >::type 
sixth_type
 
typedef tuple_element
< 6, InputTuple >::type 
seventh_type
 
typedef tuple_element
< 7, InputTuple >::type 
eighth_type
 
typedef tuple_element
< 8, InputTuple >::type 
nineth_type
 
typedef internal::tagged_msg
< size_t, first_type,
second_type, third_type,
fourth_type, fifth_type,
sixth_type, seventh_type,
eighth_type, nineth_type
type
 

Detailed Description

template<typename InputTuple>
struct tbb::flow::interface11::internal::input_types< 9, InputTuple >

Definition at line 422 of file flow_graph.h.

Member Typedef Documentation

template<typename InputTuple >
typedef tuple_element<7, InputTuple>::type tbb::flow::interface11::internal::input_types< 9, InputTuple >::eighth_type

Definition at line 430 of file flow_graph.h.

template<typename InputTuple >
typedef tuple_element<4, InputTuple>::type tbb::flow::interface11::internal::input_types< 9, InputTuple >::fifth_type

Definition at line 427 of file flow_graph.h.

template<typename InputTuple >
typedef tuple_element<0, InputTuple>::type tbb::flow::interface11::internal::input_types< 9, InputTuple >::first_type

Definition at line 423 of file flow_graph.h.

template<typename InputTuple >
typedef tuple_element<3, InputTuple>::type tbb::flow::interface11::internal::input_types< 9, InputTuple >::fourth_type

Definition at line 426 of file flow_graph.h.

template<typename InputTuple >
typedef tuple_element<8, InputTuple>::type tbb::flow::interface11::internal::input_types< 9, InputTuple >::nineth_type

Definition at line 431 of file flow_graph.h.

template<typename InputTuple >
typedef tuple_element<1, InputTuple>::type tbb::flow::interface11::internal::input_types< 9, InputTuple >::second_type

Definition at line 424 of file flow_graph.h.

template<typename InputTuple >
typedef tuple_element<6, InputTuple>::type tbb::flow::interface11::internal::input_types< 9, InputTuple >::seventh_type

Definition at line 429 of file flow_graph.h.

template<typename InputTuple >
typedef tuple_element<5, InputTuple>::type tbb::flow::interface11::internal::input_types< 9, InputTuple >::sixth_type

Definition at line 428 of file flow_graph.h.

template<typename InputTuple >
typedef tuple_element<2, InputTuple>::type tbb::flow::interface11::internal::input_types< 9, InputTuple >::third_type

Definition at line 425 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.