mirror of
https://github.com/boostorg/io.git
synced 2025-07-30 04:17:13 +02:00
Move header to detail in preparation for merge to trunk
[SVN r63100]
This commit is contained in:
@ -20,13 +20,24 @@ style="border-collapse: collapse">
|
|||||||
width="300" height="86" border="0" /></a></td>
|
width="300" height="86" border="0" /></a></td>
|
||||||
<td>
|
<td>
|
||||||
<h1 align="center">"Quoted"
|
<h1 align="center">"Quoted"
|
||||||
I/O Manipulator<br>
|
I/O Manipulators<br>
|
||||||
for Strings</h1>
|
for Strings</h1>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
<table border="1" cellpadding="5" cellspacing="1" style="border-collapse: collapse" bordercolor="#111111">
|
||||||
|
<tr>
|
||||||
|
<td>
|
||||||
|
<p align="center"><b>"Quoted"
|
||||||
|
I/O Manipulators
|
||||||
|
for Strings are not yet accepted into Boost as public components. Thus the
|
||||||
|
header file is currently located in <boost/io/detail/quoted_manip.hpp>, and
|
||||||
|
this documentation page is not linked to from official documentation.</b></td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
<h2>Introduction</h2>
|
<h2>Introduction</h2>
|
||||||
<p>C++ Standard library stream I/O for strings that contain embedded spaces
|
<p>C++ Standard library stream I/O for strings that contain embedded spaces
|
||||||
can produce unexpected results. For example,</p>
|
can produce unexpected results. For example,</p>
|
||||||
@ -65,7 +76,7 @@ be preceded by an escape character, as will the escape character itself:</p>
|
|||||||
<blockquote>
|
<blockquote>
|
||||||
<pre>std::cout << quoted("'Jack & Jill'", '&', '\''); // outputs: '&'Jack && Jill&''</pre>
|
<pre>std::cout << quoted("'Jack & Jill'", '&', '\''); // outputs: '&'Jack && Jill&''</pre>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
<h2>Header <boost/io/quoted_manip.hpp> synopsis</h2>
|
<h2>Header <a href="../../../boost/io/detail/quoted_manip.hpp"><boost/io/quoted_manip.hpp></a> synopsis</h2>
|
||||||
<pre>namespace boost
|
<pre>namespace boost
|
||||||
{
|
{
|
||||||
namespace io
|
namespace io
|
||||||
|
Reference in New Issue
Block a user