Home
last modified time | relevance | path

Searched refs:output_type1 (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/conformance/
H A Dconformance_multifunction_node.cpp146 using output_type1 = test_invoke::SmartID<std::size_t>; typedef
147 using input_type = test_invoke::SmartID<output_type1>;
149 using output_tuple1 = std::tuple<output_type1, output_type1>;
153 using second_mf_node_type = multifunction_node<output_type1, output_tuple2>;
161 auto second_body = &output_type1::template send_id<second_ports_type>;
175 mf1.try_put(input_type{output_type1{1}});