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

#include <flow_graph.h>

Collaboration diagram for tbb::flow::interface11::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::interface11::internal::key_from_message_body< K &, T >

Definition at line 1529 of file flow_graph.h.

Member Function Documentation

◆ operator()()

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

Definition at line 1530 of file flow_graph.h.

1530  {
1531  tbb::internal::fgt_node_with_body( CODEPTR(), tbb::internal::FLOW_CONTINUE_NODE, &this->my_graph,
1532  static_cast<receiver<input_type> *>(this),
1533  static_cast<sender<output_type> *>(this), this->my_body );
#define CODEPTR()
static void fgt_node_with_body(void *, string_index, void *, void *, void *)

References CODEPTR, tbb::internal::fgt_node_with_body(), tbb::flow::interface11::internal::continue_input< Output, Policy >::my_body, and tbb::flow::interface11::graph_node::my_graph.

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.