Home
last modified time | relevance | path

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

/oneTBB/test/tbb/
H A Dtest_composite_node.cpp194 struct cube_body { int operator()(int v) { return v*v*v; } }; in operator ()() struct
201 tbb::flow::function_node<int,int> c(g, tbb::flow::unlimited, cube_body()); in test_adder()