Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface10::internal::key_from_message_body< K &, T > Struct Template Reference

#include <flow_graph.h>

Collaboration diagram for tbb::flow::interface10::internal::key_from_message_body< K &, T >:

Public Member Functions

const K & operator() (const T &t) const
 

Detailed Description

template<typename K, typename T>
struct tbb::flow::interface10::internal::key_from_message_body< K &, T >

Definition at line 1526 of file flow_graph.h.

Member Function Documentation

◆ operator()()

template<typename K , typename T >
const K& tbb::flow::interface10::internal::key_from_message_body< K &, T >::operator() ( const T &  t) const
inline

Definition at line 1527 of file flow_graph.h.

1527  {
1528  my_successors.clear();
1529 #if TBB_DEPRECATED_FLOW_NODE_EXTRACTION
1530  my_built_predecessors.clear();

References tbb::flow::interface10::internal::successor_cache< T, M >::clear(), and tbb::flow::interface10::broadcast_node< T >::my_successors.

Here is the call graph for this function:

The documentation for this struct was generated from the following file:

Copyright © 2005-2019 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.