summaryrefslogtreecommitdiff
path: root/doc/html/boost_asio/reference/buffered_stream/async_write_some.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost_asio/reference/buffered_stream/async_write_some.html')
-rw-r--r--doc/html/boost_asio/reference/buffered_stream/async_write_some.html19
1 files changed, 10 insertions, 9 deletions
diff --git a/doc/html/boost_asio/reference/buffered_stream/async_write_some.html b/doc/html/boost_asio/reference/buffered_stream/async_write_some.html
index 7fd1dfe33a..163c3b1880 100644
--- a/doc/html/boost_asio/reference/buffered_stream/async_write_some.html
+++ b/doc/html/boost_asio/reference/buffered_stream/async_write_some.html
@@ -27,16 +27,17 @@
<a name="boost_asio.reference.buffered_stream.async_write_some"></a><a class="link" href="async_write_some.html" title="buffered_stream::async_write_some">buffered_stream::async_write_some</a>
</h4></div></div></div>
<p>
- <a class="indexterm" name="idp137820928"></a>
-Start an asynchronous write. The data being
- written must be valid for the lifetime of the asynchronous operation.
+ <a class="indexterm" name="boost_asio.indexterm.buffered_stream.async_write_some"></a>
+Start
+ an asynchronous write. The data being written must be valid for the lifetime
+ of the asynchronous operation.
</p>
-<pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
- <span class="keyword">typename</span> <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a><span class="special">,</span>
- <span class="keyword">typename</span> <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a><span class="special">&gt;</span>
-<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_write_some</span><span class="special">(</span>
- <span class="keyword">const</span> <span class="identifier">ConstBufferSequence</span> <span class="special">&amp;</span> <span class="identifier">buffers</span><span class="special">,</span>
- <span class="identifier">WriteHandler</span> <span class="identifier">handler</span><span class="special">);</span>
+<pre class="programlisting">template&lt;
+ typename <a class="link" href="../ConstBufferSequence.html" title="Constant buffer sequence requirements">ConstBufferSequence</a>,
+ typename <a class="link" href="../WriteHandler.html" title="Write handler requirements">WriteHandler</a>&gt;
+<a class="link" href="../asynchronous_operations/automatic_deduction_of_initiating_function_return_type.html" title="Automatic deduction of initiating function return type"><span class="emphasis"><em>DEDUCED</em></span></a> async_write_some(
+ const ConstBufferSequence &amp; buffers,
+ WriteHandler &amp;&amp; handler);
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>