Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface11::internal::join_base< N, key_matching_port, OutputTuple, key_matching< K, KHash > > Struct Template Reference

#include <flow_graph.h>

Collaboration diagram for tbb::flow::interface11::internal::join_base< N, key_matching_port, OutputTuple, key_matching< K, KHash > >:

Public Types

typedef key_matching< K, KHash > key_traits_type
 
typedef K key_type
 
typedef KHash key_hash_compare
 
typedef internal::join_node_base< key_traits_type, typename wrap_key_tuple_elements< N, key_matching_port, key_traits_type, OutputTuple >::type, OutputTuple > type
 

Detailed Description

template<int N, typename OutputTuple, typename K, typename KHash>
struct tbb::flow::interface11::internal::join_base< N, key_matching_port, OutputTuple, key_matching< K, KHash > >

Definition at line 1493 of file flow_graph.h.

Member Typedef Documentation

◆ key_hash_compare

template<int N, typename OutputTuple , typename K , typename KHash >
typedef KHash tbb::flow::interface11::internal::join_base< N, key_matching_port, OutputTuple, key_matching< K, KHash > >::key_hash_compare

Definition at line 1496 of file flow_graph.h.

◆ key_traits_type

template<int N, typename OutputTuple , typename K , typename KHash >
typedef key_matching<K, KHash> tbb::flow::interface11::internal::join_base< N, key_matching_port, OutputTuple, key_matching< K, KHash > >::key_traits_type

Definition at line 1494 of file flow_graph.h.

◆ key_type

template<int N, typename OutputTuple , typename K , typename KHash >
typedef K tbb::flow::interface11::internal::join_base< N, key_matching_port, OutputTuple, key_matching< K, KHash > >::key_type

Definition at line 1495 of file flow_graph.h.

◆ type

template<int N, typename OutputTuple , typename K , typename KHash >
typedef internal::join_node_base< key_traits_type, typename wrap_key_tuple_elements<N,key_matching_port,key_traits_type,OutputTuple>::type, OutputTuple > tbb::flow::interface11::internal::join_base< N, key_matching_port, OutputTuple, key_matching< K, KHash > >::type

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