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

1529  : public graph_node, public internal::reservable_item_buffer<T, A>, public receiver<T>, public sender<T> {
item_buffer with reservable front-end. NOTE: if reserving, do not

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

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