Imported Upstream version 1.57.0
[platform/upstream/boost.git] / doc / html / boost_asio / reference / is_write_buffered.html
1 <html>
2 <head>
3 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4 <title>is_write_buffered</title>
5 <link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
6 <meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
7 <link rel="home" href="../../boost_asio.html" title="Boost.Asio">
8 <link rel="up" href="../reference.html" title="Reference">
9 <link rel="prev" href="is_read_buffered/value.html" title="is_read_buffered::value">
10 <link rel="next" href="is_write_buffered/value.html" title="is_write_buffered::value">
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="is_read_buffered/value.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.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="is_write_buffered/value.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
24 </div>
25 <div class="section">
26 <div class="titlepage"><div><div><h3 class="title">
27 <a name="boost_asio.reference.is_write_buffered"></a><a class="link" href="is_write_buffered.html" title="is_write_buffered">is_write_buffered</a>
28 </h3></div></div></div>
29 <p>
30         The <a class="link" href="is_write_buffered.html" title="is_write_buffered"><code class="computeroutput"><span class="identifier">is_write_buffered</span></code></a> class is a traits
31         class that may be used to determine whether a stream type supports buffering
32         of written data.
33       </p>
34 <pre class="programlisting"><span class="keyword">template</span><span class="special">&lt;</span>
35     <span class="keyword">typename</span> <span class="identifier">Stream</span><span class="special">&gt;</span>
36 <span class="keyword">class</span> <span class="identifier">is_write_buffered</span>
37 </pre>
38 <h5>
39 <a name="boost_asio.reference.is_write_buffered.h0"></a>
40         <span class="phrase"><a name="boost_asio.reference.is_write_buffered.data_members"></a></span><a class="link" href="is_write_buffered.html#boost_asio.reference.is_write_buffered.data_members">Data
41         Members</a>
42       </h5>
43 <div class="informaltable"><table class="table">
44 <colgroup>
45 <col>
46 <col>
47 </colgroup>
48 <thead><tr>
49 <th>
50                 <p>
51                   Name
52                 </p>
53               </th>
54 <th>
55                 <p>
56                   Description
57                 </p>
58               </th>
59 </tr></thead>
60 <tbody><tr>
61 <td>
62                 <p>
63                   <a class="link" href="is_write_buffered/value.html" title="is_write_buffered::value"><span class="bold"><strong>value</strong></span></a>
64                 </p>
65               </td>
66 <td>
67                 <p>
68                   The value member is true only if the Stream type supports buffering
69                   of written data.
70                 </p>
71               </td>
72 </tr></tbody>
73 </table></div>
74 <h5>
75 <a name="boost_asio.reference.is_write_buffered.h1"></a>
76         <span class="phrase"><a name="boost_asio.reference.is_write_buffered.requirements"></a></span><a class="link" href="is_write_buffered.html#boost_asio.reference.is_write_buffered.requirements">Requirements</a>
77       </h5>
78 <p>
79         <span class="emphasis"><em>Header: </em></span><code class="literal">boost/asio/is_write_buffered.hpp</code>
80       </p>
81 <p>
82         <span class="emphasis"><em>Convenience header: </em></span><code class="literal">boost/asio.hpp</code>
83       </p>
84 </div>
85 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
86 <td align="left"></td>
87 <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2014 Christopher M. Kohlhoff<p>
88         Distributed under the Boost Software License, Version 1.0. (See accompanying
89         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>)
90       </p>
91 </div></td>
92 </tr></table>
93 <hr>
94 <div class="spirit-nav">
95 <a accesskey="p" href="is_read_buffered/value.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../reference.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="is_write_buffered/value.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
96 </div>
97 </body>
98 </html>