input_port テンプレート関数

概要

指定された join_nodeindexer_node または composite_node が特定の入力ポートへの参照を返すテンプレート関数。

構文

template<size_t N, typename NT>
typename flow::tuple_element<N, typename NT::input_ports_type>::type&
input_port(NT &n);

ヘッダー

#include "tbb/flow_graph.h"

関連情報