We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1fb4d3 commit 8d35858Copy full SHA for 8d35858
source/exec.tex
@@ -8532,8 +8532,13 @@
8532
8533
\pnum
8534
\returns
8535
-A non-null shared pointer to an object
8536
-that implements the \tcode{parallel_scheduler_backend} interface.
+An object \tcode{p},
+such that \tcode{p.get()} points to a \tcode{parallel_scheduler_backend} object
8537
+that is a base-class subobject
8538
+of some most derived object \tcode{o} within its lifetime.
8539
+The lifetime of \tcode{o} does not end
8540
+as long as there exists a \tcode{shared_ptr} object \tcode{q} within its lifetime
8541
+such that \tcode{q.owner_equal(p)} is \tcode{true}.
8542
8543
8544
\remarks
0 commit comments