Searched refs:Object (Results 1 – 8 of 8) sorted by relevance
| /oneTBB/doc/main/tbb_userguide/ |
| H A D | std_invoke.rst | 3 Invoke a Callable Object 7 …he algorithm or Flow Graph node needed to be a Function Object (see `C++ Standard Function Object … 131 struct Object { 138 // Lambda function to read the member object of the input Object 139 auto number_reader = [] (const Object& obj) { 149 function_node<Object, int> func1(g, unlimited, number_reader); 158 func1.try_put(Object{1}); 165 …ph required the body to be a Function Object. A lambda function was required to extract the number… 173 struct Object { 187 function_node<Object, int> func1(g, unlimited, &Object::number); [all …]
|
| H A D | Graph_Object.rst | 3 Flow Graph Basics: Graph Object
|
| /oneTBB/ |
| H A D | .gitignore | 5 # Compiled Object files
|
| H A D | LICENSE.txt | 30 "Object" form shall mean any form resulting from mechanical 36 Object form, made available under the License, as indicated by a 40 "Derivative Works" shall mean any work, whether in Source or Object 71 Work and such Derivative Works in Source or Object form. 91 modifications, and in Source or Object form, provided that You
|
| H A D | third-party-programs.txt | 179 …rk means the preferred form of the work for making modifications to it. "Object code" means any no…
|
| /oneTBB/test/tbb/ |
| H A D | test_input_node.cpp | 333 struct Object : test_concepts::Copyable, test_concepts::CopyAssignable {}; struct 335 static_assert(utils::well_formed_instantiation<tbb::flow::input_node, Object>);
|
| H A D | test_sequencer_node.cpp | 474 struct Object : test_concepts::Copyable, test_concepts::CopyAssignable {}; struct 476 static_assert(utils::well_formed_instantiation<tbb::flow::sequencer_node, Object>);
|
| /oneTBB/doc/main/tbb_userguide/design_patterns/ |
| H A D | Reference_Counting.rst | 130 Counted Systems" in Proc. European Conf. on Object-Oriented
|