|
1475 | 1475 | \returns \tcode{get_associated_executor(t, ctx.get_executor())}.
|
1476 | 1476 |
|
1477 | 1477 | \pnum
|
1478 |
| -\remarks This function shall not participate in overload resolution unless \tcode{is_convertible<ExecutionContext\&, execution_context\&>::value} is \tcode{true}. |
| 1478 | +\remarks This function shall not participate in overload resolution unless |
| 1479 | +\tcode{is_convertible<Exec\-ution\-Context\&, execution_context\&>::value} is \tcode{true}. |
1479 | 1480 | \end{itemdescr}
|
1480 | 1481 |
|
1481 | 1482 |
|
|
1826 | 1827 | \returns \tcode{bind_executor(ctx.get_executor(), forward<T>(t))}.
|
1827 | 1828 |
|
1828 | 1829 | \pnum
|
1829 |
| -\remarks This function shall not participate in overload resolution unless \tcode{is_convertible<ExecutionContext\&, execution_context\&>::value} is \tcode{true}. |
| 1830 | +\remarks This function shall not participate in overload resolution unless |
| 1831 | +\tcode{is_convertible<Exec\-ution\-Context\&, execution_context\&>::value} is \tcode{true}. |
1830 | 1832 | \end{itemdescr}
|
1831 | 1833 |
|
1832 | 1834 |
|
|
1995 | 1997 | \returns \tcode{make_work_guard(ctx.get_executor())}.
|
1996 | 1998 |
|
1997 | 1999 | \pnum
|
1998 |
| -\remarks This function shall not participate in overload resolution unless \tcode{is_convertible<ExecutionContext\&, execution_context\&>::value} is \tcode{true}. |
| 2000 | +\remarks This function shall not participate in overload resolution |
| 2001 | +unless \tcode{is_convertible<Exec\-ution\-Context\&, execution_context\&>::value} is \tcode{true}. |
1999 | 2002 | \end{itemdescr}
|
2000 | 2003 |
|
2001 | 2004 | \indexlibrary{\idxcode{make_work_guard}}%
|
|
2825 | 2828 | \returns \tcode{std::experimental::net::dispatch(ctx.get_executor(), forward<CompletionToken>(token))}.
|
2826 | 2829 |
|
2827 | 2830 | \pnum
|
2828 |
| -\remarks This function shall not participate in overload resolution unless \tcode{is_convertible<ExecutionContext\&, execution_context\&>::value} is \tcode{true}. |
| 2831 | +\remarks This function shall not participate in overload resolution |
| 2832 | +unless \tcode{is_convertible<Exec\-ution\-Context\&, execution_context\&>::value} is \tcode{true}. |
2829 | 2833 | \end{itemdescr}
|
2830 | 2834 |
|
2831 | 2835 |
|
|
2912 | 2916 | \returns \tcode{std::experimental::net::post(ctx.get_executor(), forward<CompletionToken>(token))}.
|
2913 | 2917 |
|
2914 | 2918 | \pnum
|
2915 |
| -\remarks This function shall not participate in overload resolution unless \tcode{is_convertible<ExecutionContext\&, execution_context\&>::value} is \tcode{true}. |
| 2919 | +\remarks This function shall not participate in overload resolution |
| 2920 | +unless \tcode{is_convertible<Exec\-ution\-Context\&, execution_context\&>::value} is \tcode{true}. |
2916 | 2921 | \end{itemdescr}
|
2917 | 2922 |
|
2918 | 2923 |
|
|
2999 | 3004 | \returns \tcode{std::experimental::net::defer(ctx.get_executor(), forward<CompletionToken>(token))}.
|
3000 | 3005 |
|
3001 | 3006 | \pnum
|
3002 |
| -\remarks This function shall not participate in overload resolution unless \tcode{is_convertible<ExecutionContext\&, execution_context\&>::value} is \tcode{true}. |
| 3007 | +\remarks This function shall not participate in overload resolution |
| 3008 | +unless \tcode{is_convertible<Exec\-ution\-Context\&, execution_context\&>::value} is \tcode{true}. |
3003 | 3009 | \end{itemdescr}
|
3004 | 3010 |
|
3005 | 3011 |
|
|
0 commit comments