summaryrefslogtreecommitdiff
path: root/doc/html/boost_asio/reference/basic_socket/operator_eq_.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost_asio/reference/basic_socket/operator_eq_.html')
-rw-r--r--doc/html/boost_asio/reference/basic_socket/operator_eq_.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/html/boost_asio/reference/basic_socket/operator_eq_.html b/doc/html/boost_asio/reference/basic_socket/operator_eq_.html
index a229c956a0..f265b7dcb9 100644
--- a/doc/html/boost_asio/reference/basic_socket/operator_eq_.html
+++ b/doc/html/boost_asio/reference/basic_socket/operator_eq_.html
@@ -41,15 +41,16 @@ Move-assign
from a socket of another protocol type.
</p>
<pre class="programlisting">template&lt;
- typename <a class="link" href="../Protocol.html" title="Protocol requirements">Protocol1</a>&gt;
-enable_if&lt; is_convertible&lt; Protocol1, Protocol &gt;::value, basic_socket &gt;::type &amp; <a class="link" href="operator_eq_/overload2.html" title="basic_socket::operator= (2 of 2 overloads)">operator=</a>(
- basic_socket&lt; Protocol1 &gt; &amp;&amp; other);
+ typename <a class="link" href="../Protocol.html" title="Protocol requirements">Protocol1</a>,
+ typename <a class="link" href="../Executor1.html" title="Executor requirements">Executor1</a>&gt;
+enable_if&lt; is_convertible&lt; Protocol1, Protocol &gt;::value &amp;&amp;is_convertible&lt; Executor1, Executor &gt;::value, basic_socket &amp; &gt;::type <a class="link" href="operator_eq_/overload2.html" title="basic_socket::operator= (2 of 2 overloads)">operator=</a>(
+ basic_socket&lt; Protocol1, Executor1 &gt; &amp;&amp; other);
<span class="emphasis"><em>&#187; <a class="link" href="operator_eq_/overload2.html" title="basic_socket::operator= (2 of 2 overloads)">more...</a></em></span>
</pre>
</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>