output_port テンプレート関数

概要

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

構文

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

ヘッダー

#include "tbb/flow_graph.h"

関連情報