input_port テンプレート関数

概要

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

構文

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

ヘッダー

#include "tbb/flow_graph.h"

関連情報