Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface11::internal::wrap_key_tuple_elements< N, PT, KeyTraits, tbb::flow::tuple< Args... > > Struct Template Reference

#include <flow_graph.h>

Collaboration diagram for tbb::flow::interface11::internal::wrap_key_tuple_elements< N, PT, KeyTraits, tbb::flow::tuple< Args... > >:

Public Types

typedef KeyTraits::key_type K
 
typedef KeyTraits::hash_compare_type KHash
 
typedef tbb::flow::tuple< PT< KeyTrait< K, KHash, Args > >... > type
 

Detailed Description

template<int N, template< class > class PT, typename KeyTraits, typename... Args>
struct tbb::flow::interface11::internal::wrap_key_tuple_elements< N, PT, KeyTraits, tbb::flow::tuple< Args... > >

Definition at line 64 of file flow_graph.h.

Member Typedef Documentation

◆ K

template<int N, template< class > class PT, typename KeyTraits , typename... Args>
typedef KeyTraits::key_type tbb::flow::interface11::internal::wrap_key_tuple_elements< N, PT, KeyTraits, tbb::flow::tuple< Args... > >::K

Definition at line 65 of file flow_graph.h.

◆ KHash

template<int N, template< class > class PT, typename KeyTraits , typename... Args>
typedef KeyTraits::hash_compare_type tbb::flow::interface11::internal::wrap_key_tuple_elements< N, PT, KeyTraits, tbb::flow::tuple< Args... > >::KHash

Definition at line 66 of file flow_graph.h.

◆ type

template<int N, template< class > class PT, typename KeyTraits , typename... Args>
typedef tbb::flow::tuple<PT<KeyTrait<K, KHash, Args> >... > tbb::flow::interface11::internal::wrap_key_tuple_elements< N, PT, KeyTraits, tbb::flow::tuple< Args... > >::type

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