Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface11::internal::pick_tuple_max< N, Tuple, Selector > Struct Template Reference

#include <flow_graph.h>

Collaboration diagram for tbb::flow::interface11::internal::pick_tuple_max< N, Tuple, Selector >:

Public Types

typedef pick_tuple_max< N-1, Tuple, Selector >::type LeftMaxType
 
typedef tbb::flow::tuple_element< N-1, Tuple >::type ThisType
 
typedef pick_max< Selector, LeftMaxType, ThisType >::type type
 

Detailed Description

template<size_t N, class Tuple, template< class > class Selector>
struct tbb::flow::interface11::internal::pick_tuple_max< N, Tuple, Selector >

Definition at line 559 of file flow_graph.h.

Member Typedef Documentation

◆ LeftMaxType

template<size_t N, class Tuple, template< class > class Selector>
typedef pick_tuple_max<N-1, Tuple, Selector>::type tbb::flow::interface11::internal::pick_tuple_max< N, Tuple, Selector >::LeftMaxType

Definition at line 560 of file flow_graph.h.

◆ ThisType

template<size_t N, class Tuple, template< class > class Selector>
typedef tbb::flow::tuple_element<N-1, Tuple>::type tbb::flow::interface11::internal::pick_tuple_max< N, Tuple, Selector >::ThisType

Definition at line 561 of file flow_graph.h.

◆ type

template<size_t N, class Tuple, template< class > class Selector>
typedef pick_max<Selector, LeftMaxType, ThisType>::type tbb::flow::interface11::internal::pick_tuple_max< N, Tuple, Selector >::type

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