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

#include <flow_graph.h>

Collaboration diagram for tbb::flow::interface11::internal::KeyTrait< Kp, KHashp, Tp >:

Public Types

typedef Kp K
 
typedef Tp T
 
typedef internal::type_to_key_function_body< T, KTtoK
 
typedef KHashp KHash
 

Detailed Description

template<typename Kp, typename KHashp, typename Tp>
struct tbb::flow::interface11::internal::KeyTrait< Kp, KHashp, Tp >

Definition at line 41 of file flow_graph.h.

Member Typedef Documentation

◆ K

template<typename Kp , typename KHashp , typename Tp >
typedef Kp tbb::flow::interface11::internal::KeyTrait< Kp, KHashp, Tp >::K

Definition at line 42 of file flow_graph.h.

◆ KHash

template<typename Kp , typename KHashp , typename Tp >
typedef KHashp tbb::flow::interface11::internal::KeyTrait< Kp, KHashp, Tp >::KHash

Definition at line 45 of file flow_graph.h.

◆ T

template<typename Kp , typename KHashp , typename Tp >
typedef Tp tbb::flow::interface11::internal::KeyTrait< Kp, KHashp, Tp >::T

Definition at line 43 of file flow_graph.h.

◆ TtoK

template<typename Kp , typename KHashp , typename Tp >
typedef internal::type_to_key_function_body<T,K> tbb::flow::interface11::internal::KeyTrait< Kp, KHashp, Tp >::TtoK

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