input_port¶
[flow_graph.input_port]
A template function that returns a reference to a specific input port of a given
join_node
, indexer_node
or composite_node
.
// Defined in header <tbb/flow_graph.h>
namespace tbb {
namespace flow {
template<size_t N, typename NodeType>
/*implementation-defined*/& input_port(NodeType &n);
} // namespace flow
} // namespace tbb
See also: