Home ⌂Doc Index ◂Up ▴
Intel(R) Threading Building Blocks Doxygen Documentation  version 4.2.3
tbb::flow::interface11::internal::init_output_ports< OutputTuple > Struct Template Reference

#include <flow_graph.h>

Collaboration diagram for tbb::flow::interface11::internal::init_output_ports< OutputTuple >:

Static Public Member Functions

template<typename... Args>
static OutputTuple call (graph &g, const tbb::flow::tuple< Args... > &)
 

Detailed Description

template<typename OutputTuple>
struct tbb::flow::interface11::internal::init_output_ports< OutputTuple >

Definition at line 563 of file flow_graph.h.

Member Function Documentation

◆ call()

template<typename OutputTuple >
template<typename... Args>
static OutputTuple tbb::flow::interface11::internal::init_output_ports< OutputTuple >::call ( graph g,
const tbb::flow::tuple< Args... > &   
)
inlinestatic

Definition at line 566 of file flow_graph.h.

568  { return false; }

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

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.