Lines Matching refs:code
21 .. code:: cpp
43 The code above can be rewritten using ``oneapi::tbb::task_group``:
45 .. code:: cpp
57 The code looks more concise now. It also enables lambda functions and does not require you to
62 .. code:: cpp
73 It is also possible to use ``oneapi::tbb::parallel_invoke`` to rewrite the original code and make it
76 .. code:: cpp
98 .. code:: cpp
145 .. code:: cpp
170 .. code:: cpp
200 .. code:: cpp
232 .. code:: cpp
265 .. code:: cpp
337 .. code:: cpp
369 .. code:: cpp
399 .. code:: cpp
425 .. code:: cpp