• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4<title>execution::bulk_guarantee_t</title>
5<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
6<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7<link rel="home" href="../../boost_asio.html" title="Boost.Asio">
8<link rel="up" href="../reference.html" title="Reference">
9<link rel="prev" href="execution__bulk_guarantee.html" title="execution::bulk_guarantee">
10<link rel="next" href="execution__bulk_guarantee_t/bulk_guarantee_t.html" title="execution::bulk_guarantee_t::bulk_guarantee_t">
11</head>
12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13<table cellpadding="2" width="100%"><tr>
14<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../boost.png"></td>
15<td align="center"><a href="../../../../index.html">Home</a></td>
16<td align="center"><a href="../../../../libs/libraries.htm">Libraries</a></td>
17<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
18<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
19<td align="center"><a href="../../../../more/index.htm">More</a></td>
20</tr></table>
21<hr>
22<div class="spirit-nav">
23<a accesskey="p" href="execution__bulk_guarantee.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="execution__bulk_guarantee_t/bulk_guarantee_t.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
24</div>
25<div class="section">
26<div class="titlepage"><div><div><h3 class="title">
27<a name="boost_asio.reference.execution__bulk_guarantee_t"></a><a class="link" href="execution__bulk_guarantee_t.html" title="execution::bulk_guarantee_t">execution::bulk_guarantee_t</a>
28</h3></div></div></div>
29<p>
30        A property to communicate the forward progress and ordering guarantees of
31        execution agents associated with the bulk execution.
32      </p>
33<pre class="programlisting">struct bulk_guarantee_t
34</pre>
35<h5>
36<a name="boost_asio.reference.execution__bulk_guarantee_t.h0"></a>
37        <span class="phrase"><a name="boost_asio.reference.execution__bulk_guarantee_t.types"></a></span><a class="link" href="execution__bulk_guarantee_t.html#boost_asio.reference.execution__bulk_guarantee_t.types">Types</a>
38      </h5>
39<div class="informaltable"><table class="table">
40<colgroup>
41<col>
42<col>
43</colgroup>
44<thead><tr>
45<th>
46                <p>
47                  Name
48                </p>
49              </th>
50<th>
51                <p>
52                  Description
53                </p>
54              </th>
55</tr></thead>
56<tbody>
57<tr>
58<td>
59                <p>
60                  <a class="link" href="execution__bulk_guarantee_t__parallel_t.html" title="execution::bulk_guarantee_t::parallel_t"><span class="bold"><strong>parallel_t</strong></span></a>
61                </p>
62              </td>
63<td>
64                <p>
65                  A sub-property that indicates that execution agents within the
66                  same bulk execution may be parallelised.
67                </p>
68              </td>
69</tr>
70<tr>
71<td>
72                <p>
73                  <a class="link" href="execution__bulk_guarantee_t__sequenced_t.html" title="execution::bulk_guarantee_t::sequenced_t"><span class="bold"><strong>sequenced_t</strong></span></a>
74                </p>
75              </td>
76<td>
77                <p>
78                  A sub-property that indicates that execution agents within the
79                  same bulk execution may not be parallelised and vectorised.
80                </p>
81              </td>
82</tr>
83<tr>
84<td>
85                <p>
86                  <a class="link" href="execution__bulk_guarantee_t__unsequenced_t.html" title="execution::bulk_guarantee_t::unsequenced_t"><span class="bold"><strong>unsequenced_t</strong></span></a>
87                </p>
88              </td>
89<td>
90                <p>
91                  A sub-property that indicates that execution agents within the
92                  same bulk execution may be parallelised and vectorised.
93                </p>
94              </td>
95</tr>
96<tr>
97<td>
98                <p>
99                  <a class="link" href="execution__bulk_guarantee_t/polymorphic_query_result_type.html" title="execution::bulk_guarantee_t::polymorphic_query_result_type"><span class="bold"><strong>polymorphic_query_result_type</strong></span></a>
100                </p>
101              </td>
102<td>
103                <p>
104                  The type returned by queries against an any_executor.
105                </p>
106              </td>
107</tr>
108</tbody>
109</table></div>
110<h5>
111<a name="boost_asio.reference.execution__bulk_guarantee_t.h1"></a>
112        <span class="phrase"><a name="boost_asio.reference.execution__bulk_guarantee_t.member_functions"></a></span><a class="link" href="execution__bulk_guarantee_t.html#boost_asio.reference.execution__bulk_guarantee_t.member_functions">Member
113        Functions</a>
114      </h5>
115<div class="informaltable"><table class="table">
116<colgroup>
117<col>
118<col>
119</colgroup>
120<thead><tr>
121<th>
122                <p>
123                  Name
124                </p>
125              </th>
126<th>
127                <p>
128                  Description
129                </p>
130              </th>
131</tr></thead>
132<tbody><tr>
133<td>
134                <p>
135                  <a class="link" href="execution__bulk_guarantee_t/bulk_guarantee_t.html" title="execution::bulk_guarantee_t::bulk_guarantee_t"><span class="bold"><strong>bulk_guarantee_t</strong></span></a> <span class="silver">[constructor]</span>
136                </p>
137              </td>
138<td>
139                <p>
140                  Default constructor. <br> <span class="silver"> —</span><br> Construct from a sub-property
141                  value.
142                </p>
143              </td>
144</tr></tbody>
145</table></div>
146<h5>
147<a name="boost_asio.reference.execution__bulk_guarantee_t.h2"></a>
148        <span class="phrase"><a name="boost_asio.reference.execution__bulk_guarantee_t.data_members"></a></span><a class="link" href="execution__bulk_guarantee_t.html#boost_asio.reference.execution__bulk_guarantee_t.data_members">Data
149        Members</a>
150      </h5>
151<div class="informaltable"><table class="table">
152<colgroup>
153<col>
154<col>
155</colgroup>
156<thead><tr>
157<th>
158                <p>
159                  Name
160                </p>
161              </th>
162<th>
163                <p>
164                  Description
165                </p>
166              </th>
167</tr></thead>
168<tbody>
169<tr>
170<td>
171                <p>
172                  <a class="link" href="execution__bulk_guarantee_t/is_applicable_property_v.html" title="execution::bulk_guarantee_t::is_applicable_property_v"><span class="bold"><strong>is_applicable_property_v</strong></span></a> <span class="silver">[static]</span>
173                </p>
174              </td>
175<td>
176                <p>
177                  The bulk_guarantee_t property applies to executors, senders, and
178                  schedulers.
179                </p>
180              </td>
181</tr>
182<tr>
183<td>
184                <p>
185                  <a class="link" href="execution__bulk_guarantee_t/is_preferable.html" title="execution::bulk_guarantee_t::is_preferable"><span class="bold"><strong>is_preferable</strong></span></a> <span class="silver">[static]</span>
186                </p>
187              </td>
188<td>
189                <p>
190                  The top-level bulk_guarantee_t property cannot be preferred.
191                </p>
192              </td>
193</tr>
194<tr>
195<td>
196                <p>
197                  <a class="link" href="execution__bulk_guarantee_t/is_requirable.html" title="execution::bulk_guarantee_t::is_requirable"><span class="bold"><strong>is_requirable</strong></span></a> <span class="silver">[static]</span>
198                </p>
199              </td>
200<td>
201                <p>
202                  The top-level bulk_guarantee_t property cannot be required.
203                </p>
204              </td>
205</tr>
206<tr>
207<td>
208                <p>
209                  <a class="link" href="execution__bulk_guarantee_t/parallel.html" title="execution::bulk_guarantee_t::parallel"><span class="bold"><strong>parallel</strong></span></a> <span class="silver">[static]</span>
210                </p>
211              </td>
212<td>
213                <p>
214                  A special value used for accessing the bulk_guarantee_t::parallel_t
215                  property.
216                </p>
217              </td>
218</tr>
219<tr>
220<td>
221                <p>
222                  <a class="link" href="execution__bulk_guarantee_t/sequenced.html" title="execution::bulk_guarantee_t::sequenced"><span class="bold"><strong>sequenced</strong></span></a> <span class="silver">[static]</span>
223                </p>
224              </td>
225<td>
226                <p>
227                  A special value used for accessing the bulk_guarantee_t::sequenced_t
228                  property.
229                </p>
230              </td>
231</tr>
232<tr>
233<td>
234                <p>
235                  <a class="link" href="execution__bulk_guarantee_t/unsequenced.html" title="execution::bulk_guarantee_t::unsequenced"><span class="bold"><strong>unsequenced</strong></span></a> <span class="silver">[static]</span>
236                </p>
237              </td>
238<td>
239                <p>
240                  A special value used for accessing the bulk_guarantee_t::unsequenced_t
241                  property.
242                </p>
243              </td>
244</tr>
245</tbody>
246</table></div>
247<h5>
248<a name="boost_asio.reference.execution__bulk_guarantee_t.h3"></a>
249        <span class="phrase"><a name="boost_asio.reference.execution__bulk_guarantee_t.friends"></a></span><a class="link" href="execution__bulk_guarantee_t.html#boost_asio.reference.execution__bulk_guarantee_t.friends">Friends</a>
250      </h5>
251<div class="informaltable"><table class="table">
252<colgroup>
253<col>
254<col>
255</colgroup>
256<thead><tr>
257<th>
258                <p>
259                  Name
260                </p>
261              </th>
262<th>
263                <p>
264                  Description
265                </p>
266              </th>
267</tr></thead>
268<tbody>
269<tr>
270<td>
271                <p>
272                  <a class="link" href="execution__bulk_guarantee_t/operator_not__eq_.html" title="execution::bulk_guarantee_t::operator!="><span class="bold"><strong>operator!=</strong></span></a>
273                </p>
274              </td>
275<td>
276                <p>
277                  Compare property values for inequality.
278                </p>
279              </td>
280</tr>
281<tr>
282<td>
283                <p>
284                  <a class="link" href="execution__bulk_guarantee_t/operator_eq__eq_.html" title="execution::bulk_guarantee_t::operator=="><span class="bold"><strong>operator==</strong></span></a>
285                </p>
286              </td>
287<td>
288                <p>
289                  Compare property values for equality.
290                </p>
291              </td>
292</tr>
293</tbody>
294</table></div>
295<h5>
296<a name="boost_asio.reference.execution__bulk_guarantee_t.h4"></a>
297        <span class="phrase"><a name="boost_asio.reference.execution__bulk_guarantee_t.requirements"></a></span><a class="link" href="execution__bulk_guarantee_t.html#boost_asio.reference.execution__bulk_guarantee_t.requirements">Requirements</a>
298      </h5>
299<p>
300        <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/execution/bulk_guarantee.hpp</code>
301      </p>
302<p>
303        <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio/execution.hpp</code>
304      </p>
305</div>
306<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
307<td align="left"></td>
308<td align="right"><div class="copyright-footer">Copyright © 2003-2020 Christopher M.
309      Kohlhoff<p>
310        Distributed under the Boost Software License, Version 1.0. (See accompanying
311        file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
312      </p>
313</div></td>
314</tr></table>
315<hr>
316<div class="spirit-nav">
317<a accesskey="p" href="execution__bulk_guarantee.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.html"><img src="../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../boost_asio.html"><img src="../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="execution__bulk_guarantee_t/bulk_guarantee_t.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
318</div>
319</body>
320</html>
321