summaryrefslogtreecommitdiff
path: root/doc/html/boost_asio/reference/read/overload8.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost_asio/reference/read/overload8.html')
-rw-r--r--doc/html/boost_asio/reference/read/overload8.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/boost_asio/reference/read/overload8.html b/doc/html/boost_asio/reference/read/overload8.html
index b6963727e6..99628c5b6d 100644
--- a/doc/html/boost_asio/reference/read/overload8.html
+++ b/doc/html/boost_asio/reference/read/overload8.html
@@ -1,13 +1,13 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>read (8 of 12 overloads)</title>
+<title>read (8 of 16 overloads)</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../read.html" title="read">
-<link rel="prev" href="overload7.html" title="read (7 of 12 overloads)">
-<link rel="next" href="overload9.html" title="read (9 of 12 overloads)">
+<link rel="prev" href="overload7.html" title="read (7 of 16 overloads)">
+<link rel="next" href="overload9.html" title="read (9 of 16 overloads)">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table cellpadding="2" width="100%"><tr>
@@ -24,7 +24,7 @@
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
-<a name="boost_asio.reference.read.overload8"></a><a class="link" href="overload8.html" title="read (8 of 12 overloads)">read (8 of 12
+<a name="boost_asio.reference.read.overload8"></a><a class="link" href="overload8.html" title="read (8 of 16 overloads)">read (8 of 16
overloads)</a>
</h4></div></div></div>
<p>
@@ -32,14 +32,14 @@
</p>
<pre class="programlisting">template&lt;
typename <a class="link" href="../SyncReadStream.html" title="Buffer-oriented synchronous read stream requirements">SyncReadStream</a>,
- typename <a class="link" href="../DynamicBuffer.html" title="Dynamic buffer requirements">DynamicBuffer</a>,
+ typename <a class="link" href="../DynamicBuffer_v1.html" title="Dynamic buffer requirements (version 1)">DynamicBuffer_v1</a>,
typename <a class="link" href="../CompletionCondition.html" title="Completion condition requirements">CompletionCondition</a>&gt;
std::size_t read(
SyncReadStream &amp; s,
- DynamicBuffer &amp;&amp; buffers,
+ DynamicBuffer_v1 &amp;&amp; buffers,
CompletionCondition completion_condition,
boost::system::error_code &amp; ec,
- typename enable_if&lt; is_dynamic_buffer&lt; typename decay&lt; DynamicBuffer &gt;::type &gt;::value &gt;::type * = 0);
+ typename enable_if&lt; is_dynamic_buffer_v1&lt; typename decay&lt; DynamicBuffer_v1 &gt;::type &gt;::value &amp;&amp;!is_dynamic_buffer_v2&lt; typename decay&lt; DynamicBuffer_v1 &gt;::type &gt;::value &gt;::type * = 0);
</pre>
<p>
This function is used to read a certain number of bytes of data from a
@@ -112,7 +112,7 @@ std::size_t read(
</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 &#169; 2003-2018 Christopher M. Kohlhoff<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2003-2019 Christopher M. Kohlhoff<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>