Blame view

3rdparty/boost_1_81_0/doc/html/boost_asio.html 4.75 KB
0b6a182c   Hu Chunming   添加无鉴权注册和注销
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
  <html>
  <head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <title>Boost.Asio</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="next" href="boost_asio/overview.html" title="Overview">
  </head>
  <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
  <table cellpadding="2" width="100%"><tr>
  <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../boost.png"></td>
  <td align="center"><a href="../../index.html">Home</a></td>
  <td align="center"><a href="../../libs/libraries.htm">Libraries</a></td>
  <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
  <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
  <td align="center"><a href="../../more/index.htm">More</a></td>
  </tr></table>
  <hr>
  <div class="spirit-nav"><a accesskey="n" href="boost_asio/overview.html"><img src="../../doc/src/images/next.png" alt="Next"></a></div>
  <div class="chapter">
  <div class="titlepage"><div>
  <div><h2 class="title">
  <a name="boost_asio"></a>Boost.Asio</h2></div>
  <div><div class="author"><h3 class="author">
  <span class="firstname">Christopher</span> <span class="surname">Kohlhoff</span>
  </h3></div></div>
  <div><p class="copyright">Copyright © 2003-2022 Christopher M. Kohlhoff</p></div>
  <div><div class="legalnotice">
  <a name="boost_asio.legal"></a><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>
  </div></div>
  </div></div>
  <p>
      Boost.Asio is a cross-platform C++ library for network and low-level I/O programming
      that provides developers with a consistent asynchronous model using a modern
      C++ approach.
    </p>
  <div class="variablelist">
  <p class="title"><b></b></p>
  <dl class="variablelist">
  <dt><span class="term"> <a class="link" href="boost_asio/overview.html" title="Overview">Overview</a> </span></dt>
  <dd><p>
            An overview of the features included in Boost.Asio, plus rationale and
            design information.
          </p></dd>
  <dt><span class="term"> <a class="link" href="boost_asio/using.html" title="Using, Building, and Configuring Boost.Asio">Using, Building, and Configuring Boost.Asio</a>
        </span></dt>
  <dd><p>
            How to use Boost.Asio in your applications. Includes information on library
            dependencies and supported platforms.
          </p></dd>
  <dt><span class="term"> <a class="link" href="boost_asio/tutorial.html" title="Tutorial">Tutorial</a> </span></dt>
  <dd><p>
            A tutorial that introduces the fundamental concepts required to use Boost.Asio,
            and shows how to use Boost.Asio to develop simple client and server programs.
          </p></dd>
  <dt><span class="term"> <a class="link" href="boost_asio/examples.html" title="Examples">Examples</a> </span></dt>
  <dd><p>
            Examples that illustrate the use of Boost.Asio in more complex applications.
          </p></dd>
  <dt><span class="term"> <a class="link" href="boost_asio/reference.html" title="Reference">Reference</a> </span></dt>
  <dd><p>
            Detailed class and function reference.
          </p></dd>
  <dt><span class="term"> <a class="link" href="boost_asio/net_ts.html" title="Networking TS compatibility">Networking TS Compatibility</a>
        </span></dt>
  <dd><p>
            Description of changes to provide compatibility with the "C++ Extensions
            for Networking" Technical Specification.
          </p></dd>
  <dt><span class="term"> <a class="link" href="boost_asio/std_executors.html" title="Proposed Standard Executors">Proposed Standard Executors</a>
        </span></dt>
  <dd><p>
            Description of Boost.Asio's support for the proposed standard executors
            library.
          </p></dd>
  <dt><span class="term"> <a class="link" href="boost_asio/history.html" title="Revision History">Revision History</a> </span></dt>
  <dd><p>
            Log of Boost.Asio changes made in each Boost release.
          </p></dd>
  <dt><span class="term"> <a class="link" href="boost_asio/index.html">Index</a> </span></dt>
  <dd><p>
            Book-style text index of Boost.Asio documentation.
          </p></dd>
  </dl>
  </div>
  </div>
  <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
  <td align="left"><p><small>Last revised: December 08, 2022 at 01:11:08 GMT</small></p></td>
  <td align="right"><div class="copyright-footer"></div></td>
  </tr></table>
  <hr>
  <div class="spirit-nav"><a accesskey="n" href="boost_asio/overview.html"><img src="../../doc/src/images/next.png" alt="Next"></a></div>
  </body>
  </html>