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

field of type K being used for matching. More...

#include <flow_graph.h>

Collaboration diagram for tbb::flow::interface11::internal::graph_policy_namespace::key_matching< K, KHash >:

Public Types

typedef K key_type
 
typedef strip< K >::type base_key_type
 
typedef KHash hash_compare_type
 

Detailed Description

template<typename K, typename KHash = tbb_hash_compare<typename strip<K>::type >>
struct tbb::flow::interface11::internal::graph_policy_namespace::key_matching< K, KHash >

field of type K being used for matching.

Definition at line 80 of file flow_graph.h.

Member Typedef Documentation

◆ base_key_type

template<typename K , typename KHash = tbb_hash_compare<typename strip<K>::type >>
typedef strip<K>::type tbb::flow::interface11::internal::graph_policy_namespace::key_matching< K, KHash >::base_key_type

Definition at line 82 of file flow_graph.h.

◆ hash_compare_type

template<typename K , typename KHash = tbb_hash_compare<typename strip<K>::type >>
typedef KHash tbb::flow::interface11::internal::graph_policy_namespace::key_matching< K, KHash >::hash_compare_type

Definition at line 83 of file flow_graph.h.

◆ key_type

template<typename K , typename KHash = tbb_hash_compare<typename strip<K>::type >>
typedef K tbb::flow::interface11::internal::graph_policy_namespace::key_matching< K, KHash >::key_type

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