Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow Namespace Reference

Namespaces

 interface10
 
 interface11
 
 internal
 

Enumerations

enum  concurrency { unlimited = 0, serial = 1 }
 An enumeration the provides the two most common concurrency levels: unlimited and serial. More...
 

Functions

template<typename K , typename T >
key_from_message (const T &t)
 

Enumeration Type Documentation

◆ concurrency

An enumeration the provides the two most common concurrency levels: unlimited and serial.

Enumerator
unlimited 
serial 

Definition at line 106 of file flow_graph.h.

Function Documentation

◆ key_from_message()

template<typename K , typename T >
K tbb::flow::key_from_message ( const T &  t)

Definition at line 721 of file flow_graph.h.

721  {
722  return t.key();
723  }

Referenced by streaming_node< tuple< Ports... >, JP, StreamFactory >::device_selector< UserFunctor >::get_key(), and tbb::flow::interface11::key_from_message().

Here is the caller graph for this function:

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.