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

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 1513 of file flow_graph.h.

Member Function Documentation

◆ operator()()

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

Definition at line 1514 of file flow_graph.h.

1516  {
1517  task *new_task = my_successors.try_put_task(t);
void const char const char int ITT_FORMAT __itt_group_sync x void const char ITT_FORMAT __itt_group_sync s void ITT_FORMAT __itt_group_sync p void ITT_FORMAT p void ITT_FORMAT p no args __itt_suppress_mode_t unsigned int void size_t ITT_FORMAT d void ITT_FORMAT p void ITT_FORMAT p __itt_model_site __itt_model_site_instance ITT_FORMAT p __itt_model_task * task

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.