You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><code>is_execution_policy</code> can be used to detect parallel execution policies for the purpose of excluding function signatures from otherwise ambiguous overload resolution participation.</p>
36
-
37
-
<p><code>is_execution_policy<T></code> shall be a UnaryTypeTrait with a BaseCharacteristic of <code>true_type</code> if <code>T</code> is the type of a standard or implementation-defined execution policy, otherwise <code>false_type</code>.
38
-
39
-
<pre>
40
-
</pre>
41
-
42
-
<cxx-note>
43
-
This provision reserves the privilege of creating non-standard execution policies to the library implementation.
44
-
</cxx-note>
45
-
46
-
<p>The behavior of a program that adds specializations for <code>is_execution_policy</code> is undefined.</p>
0 commit comments