Imported Upstream version 1.72.0
[platform/upstream/boost.git] / doc / html / boost_asio / reference / ssl__stream / async_handshake / overload1.html
index e777e77..4538880 100644 (file)
             Start an asynchronous SSL handshake.
           </p>
 <pre class="programlisting">template&lt;
-    typename <a class="link" href="../../HandshakeHandler.html" title="SSL handshake handler requirements">HandshakeHandler</a>&gt;
+    typename <a class="link" href="../../HandshakeHandler.html" title="SSL handshake handler requirements">HandshakeHandler</a> = <a class="link" href="../../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.default_completion_tokens"><span class="emphasis"><em>DEFAULT</em></span></a>&gt;
 <a class="link" href="../../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.automatic_deduction_of_initiating_function_return_type"><span class="emphasis"><em>DEDUCED</em></span></a> async_handshake(
     handshake_type type,
-    HandshakeHandler &amp;&amp; handler);
+    HandshakeHandler &amp;&amp; handler = <a class="link" href="../../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.default_completion_tokens"><span class="emphasis"><em>DEFAULT</em></span></a>);
 </pre>
 <p>
             This function is used to asynchronously perform an SSL handshake on the