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

#include <flow_graph.h>

Collaboration diagram for tbb::flow::interface11::internal::key_to_count_functor< K >:

Public Types

typedef count_element< K > table_item_type
 

Public Member Functions

const K & operator() (const table_item_type &v)
 

Detailed Description

template<typename K>
struct tbb::flow::interface11::internal::key_to_count_functor< K >

Definition at line 650 of file flow_graph.h.

Member Typedef Documentation

◆ table_item_type

Definition at line 651 of file flow_graph.h.

Member Function Documentation

◆ operator()()

template<typename K >
const K& tbb::flow::interface11::internal::key_to_count_functor< K >::operator() ( const table_item_type v)
inline

Definition at line 652 of file flow_graph.h.

655 {

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.