Searched refs:cube_body (Results 1 – 1 of 1) sorted by relevance
194 struct cube_body { int operator()(int v) { return v*v*v; } }; in operator ()() struct201 tbb::flow::function_node<int,int> c(g, tbb::flow::unlimited, cube_body()); in test_adder()