mirror of
https://github.com/boostorg/beast.git
synced 2026-06-11 11:41:22 +02:00
34 lines
1.0 KiB
Plaintext
34 lines
1.0 KiB
Plaintext
[/
|
|
Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
|
|
|
|
Distributed under the Boost Software License, Version 1.0. (See accompanying
|
|
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
]
|
|
|
|
[section:using_io Using I/O]
|
|
|
|
This library makes I/O primitives used by the implementation publicly
|
|
available so users can take advantage of them in their own libraries.
|
|
These primitives include traits, buffers, buffer algorithms, files,
|
|
and helpers for implementing asynchronous operations compatible with
|
|
__Asio__ and described in __N3747__. This section lists these facilities
|
|
by group, with descriptions.
|
|
|
|
[important
|
|
This documentation assumes familiarity with __Asio__. Sample
|
|
code and identifiers used throughout are written as if the
|
|
following declarations are in effect:
|
|
|
|
[snippet_core_1a]
|
|
[snippet_core_1b]
|
|
]
|
|
|
|
[include 3_1_asio.qbk]
|
|
[include 3_2_streams.qbk]
|
|
[include 3_3_buffers.qbk]
|
|
[include 3_4_files.qbk]
|
|
[include 3_5_composed.qbk]
|
|
[include 3_6_detect_ssl.qbk]
|
|
|
|
[endsect]
|