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

#include <flow_graph.h>

Collaboration diagram for tbb::flow::interface11::internal::input_types< 7, 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 internal::tagged_msg< size_t, first_type, second_type, third_type, fourth_type, fifth_type, sixth_type, seventh_typetype
 

Detailed Description

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

Definition at line 391 of file flow_graph.h.

Member Typedef Documentation

◆ fifth_type

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

Definition at line 396 of file flow_graph.h.

◆ first_type

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

Definition at line 392 of file flow_graph.h.

◆ fourth_type

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

Definition at line 395 of file flow_graph.h.

◆ second_type

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

Definition at line 393 of file flow_graph.h.

◆ seventh_type

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

Definition at line 398 of file flow_graph.h.

◆ sixth_type

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

Definition at line 397 of file flow_graph.h.

◆ third_type

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

Definition at line 394 of file flow_graph.h.

◆ type

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