Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface10::internal::emit_element< 1 > Struct Template Reference

#include <flow_graph.h>

Collaboration diagram for tbb::flow::interface10::internal::emit_element< 1 >:

Static Public Member Functions

template<typename T , typename P >
static taskemit_this (graph &g, const T &t, P &p)
 

Detailed Description

template<>
struct tbb::flow::interface10::internal::emit_element< 1 >

Definition at line 667 of file flow_graph.h.

Member Function Documentation

◆ emit_this()

template<typename T , typename P >
static task* tbb::flow::interface10::internal::emit_element< 1 >::emit_this ( graph g,
const T &  t,
P &  p 
)
inlinestatic

Definition at line 669 of file flow_graph.h.

670  {
671  my_current_count = 0;
672  if (f & rf_clear_edges) {
673 #if TBB_DEPRECATED_FLOW_NODE_EXTRACTION

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.