• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
4<title>strand::strand</title>
5<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
6<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
7<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
8<link rel="up" href="../strand.html" title="strand">
9<link rel="prev" href="running_in_this_thread.html" title="strand::running_in_this_thread">
10<link rel="next" href="strand/overload1.html" title="strand::strand (1 of 6 overloads)">
11</head>
12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
13<table cellpadding="2" width="100%"><tr>
14<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td>
15<td align="center"><a href="../../../../../index.html">Home</a></td>
16<td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td>
17<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
18<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
19<td align="center"><a href="../../../../../more/index.htm">More</a></td>
20</tr></table>
21<hr>
22<div class="spirit-nav">
23<a accesskey="p" href="running_in_this_thread.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../strand.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="strand/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
24</div>
25<div class="section">
26<div class="titlepage"><div><div><h4 class="title">
27<a name="boost_asio.reference.strand.strand"></a><a class="link" href="strand.html" title="strand::strand">strand::strand</a>
28</h4></div></div></div>
29<p>
30          <a class="indexterm" name="boost_asio.indexterm.strand.strand"></a>
31Default constructor.
32        </p>
33<pre class="programlisting"><a class="link" href="strand/overload1.html" title="strand::strand (1 of 6 overloads)">strand</a>();
34  <span class="emphasis"><em>» <a class="link" href="strand/overload1.html" title="strand::strand (1 of 6 overloads)">more...</a></em></span>
35</pre>
36<p>
37          Construct a strand for the specified executor.
38        </p>
39<pre class="programlisting">template&lt;
40    typename <a class="link" href="../Executor1.html" title="Executor requirements">Executor1</a>&gt;
41explicit <a class="link" href="strand/overload2.html" title="strand::strand (2 of 6 overloads)">strand</a>(
42    const Executor1 &amp; e,
43    typename enable_if&lt; conditional&lt; !is_same&lt; Executor1, strand &gt;::value, is_convertible&lt; Executor1, Executor &gt;, false_type &gt;::type::value &gt;::type *  = 0);
44  <span class="emphasis"><em>» <a class="link" href="strand/overload2.html" title="strand::strand (2 of 6 overloads)">more...</a></em></span>
45</pre>
46<p>
47          Copy constructor.
48        </p>
49<pre class="programlisting"><a class="link" href="strand/overload3.html" title="strand::strand (3 of 6 overloads)">strand</a>(
50    const strand &amp; other);
51  <span class="emphasis"><em>» <a class="link" href="strand/overload3.html" title="strand::strand (3 of 6 overloads)">more...</a></em></span>
52</pre>
53<p>
54          Converting constructor.
55        </p>
56<pre class="programlisting">template&lt;
57    class <a class="link" href="../Executor1.html" title="Executor requirements">OtherExecutor</a>&gt;
58<a class="link" href="strand/overload4.html" title="strand::strand (4 of 6 overloads)">strand</a>(
59    const strand&lt; OtherExecutor &gt; &amp; other);
60  <span class="emphasis"><em>» <a class="link" href="strand/overload4.html" title="strand::strand (4 of 6 overloads)">more...</a></em></span>
61</pre>
62<p>
63          Move constructor.
64        </p>
65<pre class="programlisting"><a class="link" href="strand/overload5.html" title="strand::strand (5 of 6 overloads)">strand</a>(
66    strand &amp;&amp; other);
67  <span class="emphasis"><em>» <a class="link" href="strand/overload5.html" title="strand::strand (5 of 6 overloads)">more...</a></em></span>
68</pre>
69<p>
70          Converting move constructor.
71        </p>
72<pre class="programlisting">template&lt;
73    class <a class="link" href="../Executor1.html" title="Executor requirements">OtherExecutor</a>&gt;
74<a class="link" href="strand/overload6.html" title="strand::strand (6 of 6 overloads)">strand</a>(
75    strand&lt; OtherExecutor &gt; &amp;&amp; other);
76  <span class="emphasis"><em>» <a class="link" href="strand/overload6.html" title="strand::strand (6 of 6 overloads)">more...</a></em></span>
77</pre>
78</div>
79<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
80<td align="left"></td>
81<td align="right"><div class="copyright-footer">Copyright © 2003-2020 Christopher M.
82      Kohlhoff<p>
83        Distributed under the Boost Software License, Version 1.0. (See accompanying
84        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>)
85      </p>
86</div></td>
87</tr></table>
88<hr>
89<div class="spirit-nav">
90<a accesskey="p" href="running_in_this_thread.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../strand.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="strand/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
91</div>
92</body>
93</html>
94