Home
last modified time | relevance | path

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

/oneTBB/doc/main/tbb_userguide/
H A Dstd_invoke.rst3 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 DGraph_Object.rst3 Flow Graph Basics: Graph Object
/oneTBB/
H A D.gitignore5 # Compiled Object files
H A DLICENSE.txt30 "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 Dthird-party-programs.txt179 …rk means the preferred form of the work for making modifications to it. "Object code" means any no…
/oneTBB/test/tbb/
H A Dtest_input_node.cpp333 struct Object : test_concepts::Copyable, test_concepts::CopyAssignable {}; struct
335 static_assert(utils::well_formed_instantiation<tbb::flow::input_node, Object>);
H A Dtest_sequencer_node.cpp474 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 DReference_Counting.rst130 Counted Systems" in Proc. European Conf. on Object-Oriented