Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
internal::wrap_key_tuple_elements< 5, PT, KeyTraits, TypeTuple > Struct Template Reference

#include <_flow_graph_types_impl.h>

Collaboration diagram for internal::wrap_key_tuple_elements< 5, PT, KeyTraits, TypeTuple >:

Public Types

typedef KeyTraits::key_type K
 
typedef
KeyTraits::hash_compare_type 
KHash
 
typedef KeyTrait< K, KHash,
typename
tbb::flow::tuple_element
< 0, TypeTuple >::type
KeyTrait0
 
typedef KeyTrait< K, KHash,
typename
tbb::flow::tuple_element
< 1, TypeTuple >::type
KeyTrait1
 
typedef KeyTrait< K, KHash,
typename
tbb::flow::tuple_element
< 2, TypeTuple >::type
KeyTrait2
 
typedef KeyTrait< K, KHash,
typename
tbb::flow::tuple_element
< 3, TypeTuple >::type
KeyTrait3
 
typedef KeyTrait< K, KHash,
typename
tbb::flow::tuple_element
< 4, TypeTuple >::type
KeyTrait4
 
typedef tbb::flow::tuple< PT
< KeyTrait0 >, PT< KeyTrait1 >
, PT< KeyTrait2 >, PT
< KeyTrait3 >, PT< KeyTrait4 > > 
type
 

Detailed Description

template<template< class > class PT, typename KeyTraits, typename TypeTuple>
struct internal::wrap_key_tuple_elements< 5, PT, KeyTraits, TypeTuple >

Definition at line 154 of file _flow_graph_types_impl.h.

Member Typedef Documentation

template<template< class > class PT, typename KeyTraits , typename TypeTuple >
typedef KeyTraits::key_type internal::wrap_key_tuple_elements< 5, PT, KeyTraits, TypeTuple >::K

Definition at line 155 of file _flow_graph_types_impl.h.

template<template< class > class PT, typename KeyTraits , typename TypeTuple >
typedef KeyTrait<K, KHash, typename tbb::flow::tuple_element<0,TypeTuple>::type> internal::wrap_key_tuple_elements< 5, PT, KeyTraits, TypeTuple >::KeyTrait0

Definition at line 157 of file _flow_graph_types_impl.h.

template<template< class > class PT, typename KeyTraits , typename TypeTuple >
typedef KeyTrait<K, KHash, typename tbb::flow::tuple_element<1,TypeTuple>::type> internal::wrap_key_tuple_elements< 5, PT, KeyTraits, TypeTuple >::KeyTrait1

Definition at line 158 of file _flow_graph_types_impl.h.

template<template< class > class PT, typename KeyTraits , typename TypeTuple >
typedef KeyTrait<K, KHash, typename tbb::flow::tuple_element<2,TypeTuple>::type> internal::wrap_key_tuple_elements< 5, PT, KeyTraits, TypeTuple >::KeyTrait2

Definition at line 159 of file _flow_graph_types_impl.h.

template<template< class > class PT, typename KeyTraits , typename TypeTuple >
typedef KeyTrait<K, KHash, typename tbb::flow::tuple_element<3,TypeTuple>::type> internal::wrap_key_tuple_elements< 5, PT, KeyTraits, TypeTuple >::KeyTrait3

Definition at line 160 of file _flow_graph_types_impl.h.

template<template< class > class PT, typename KeyTraits , typename TypeTuple >
typedef KeyTrait<K, KHash, typename tbb::flow::tuple_element<4,TypeTuple>::type> internal::wrap_key_tuple_elements< 5, PT, KeyTraits, TypeTuple >::KeyTrait4

Definition at line 161 of file _flow_graph_types_impl.h.

template<template< class > class PT, typename KeyTraits , typename TypeTuple >
typedef KeyTraits::hash_compare_type internal::wrap_key_tuple_elements< 5, PT, KeyTraits, TypeTuple >::KHash

Definition at line 156 of file _flow_graph_types_impl.h.

template<template< class > class PT, typename KeyTraits , typename TypeTuple >
typedef tbb::flow::tuple< PT<KeyTrait0>, PT<KeyTrait1>, PT<KeyTrait2>, PT<KeyTrait3>, PT<KeyTrait4> > internal::wrap_key_tuple_elements< 5, PT, KeyTraits, TypeTuple >::type

Definition at line 163 of file _flow_graph_types_impl.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.