summaryrefslogtreecommitdiff
path: root/libs/beast/doc/html/beast/ref/boost__beast__buffered_read_stream/async_write_some.html
diff options
context:
space:
mode:
Diffstat (limited to 'libs/beast/doc/html/beast/ref/boost__beast__buffered_read_stream/async_write_some.html')
-rw-r--r--libs/beast/doc/html/beast/ref/boost__beast__buffered_read_stream/async_write_some.html14
1 files changed, 6 insertions, 8 deletions
diff --git a/libs/beast/doc/html/beast/ref/boost__beast__buffered_read_stream/async_write_some.html b/libs/beast/doc/html/beast/ref/boost__beast__buffered_read_stream/async_write_some.html
index b99a01dd5e..972ba370c1 100644
--- a/libs/beast/doc/html/beast/ref/boost__beast__buffered_read_stream/async_write_some.html
+++ b/libs/beast/doc/html/beast/ref/boost__beast__buffered_read_stream/async_write_some.html
@@ -8,6 +8,7 @@
<link rel="up" href="../boost__beast__buffered_read_stream.html" title="buffered_read_stream">
<link rel="prev" href="write_some/overload2.html" title="buffered_read_stream::write_some (2 of 2 overloads)">
<link rel="next" href="../boost__beast__buffers_adaptor.html" title="buffers_adaptor">
+<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -27,7 +28,7 @@
<a name="beast.ref.boost__beast__buffered_read_stream.async_write_some"></a><a class="link" href="async_write_some.html" title="buffered_read_stream::async_write_some">buffered_read_stream::async_write_some</a>
</h5></div></div></div>
<p>
- <a class="indexterm" name="idm44861285175152"></a>
+ <a class="indexterm" name="idm19092"></a>
</p>
<p>
Start an asynchronous write.
@@ -102,8 +103,8 @@
a decay-copy. The equivalent function signature of the handler
must be:
</p>
-<pre xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="table-programlisting"><span class="keyword">void</span> <span class="identifier">handler</span><span class="special">(</span>
- <span class="identifier">error_code</span> <span class="keyword">const</span><span class="special">&amp;</span> <span class="identifier">error</span><span class="special">,</span> <span class="comment">// result of operation</span>
+<pre class="table-programlisting"><span class="keyword">void</span> <span class="identifier">handler</span><span class="special">(</span>
+ <span class="identifier">error_code</span> <span class="keyword">const</span> <span class="special">&amp;</span> <span class="identifier">error</span><span class="special">,</span> <span class="comment">// result of operation</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">bytes_transferred</span> <span class="comment">// number of bytes transferred</span>
<span class="special">);</span>
</pre>
@@ -118,15 +119,12 @@
</tbody>
</table></div>
</div>
-<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
-<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright © 2016-2019 Vinnie
+<div class="copyright-footer">Copyright © 2016-2019 Vinnie
Falco<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
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>)
</p>
-</div></td>
-</tr></table>
+</div>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="write_some/overload2.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../boost__beast__buffered_read_stream.html"><img src="../../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../index.html"><img src="../../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="../boost__beast__buffers_adaptor.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>