1<html> 2<head> 3<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 4<title>Streaming, conversion</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="../../index.html" title="Chapter 1. Boost.Icl"> 8<link rel="up" href="../function_reference.html" title="Function Reference"> 9<link rel="prev" href="element_iteration.html" title="Element iteration"> 10<link rel="next" href="interval_construction.html" title="Interval Construction"> 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="../../../../../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="element_iteration.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../function_reference.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="interval_construction.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_icl.function_reference.streaming__conversion"></a><a class="link" href="streaming__conversion.html" title="Streaming, conversion">Streaming, 28 conversion</a> 29</h3></div></div></div> 30<div class="informaltable"><table class="table"> 31<colgroup> 32<col> 33<col> 34<col> 35<col> 36<col> 37<col> 38</colgroup> 39<thead><tr> 40<th> 41 <p> 42 <span class="emphasis"><em><span class="bold"><strong>Streaming, conversion</strong></span></em></span> 43 </p> 44 </th> 45<th> 46 <p> 47 intervals 48 </p> 49 </th> 50<th> 51 <p> 52 interval<br> sets 53 </p> 54 </th> 55<th> 56 <p> 57 interval<br> maps 58 </p> 59 </th> 60<th> 61 <p> 62 element<br> sets 63 </p> 64 </th> 65<th> 66 <p> 67 element<br> maps 68 </p> 69 </th> 70</tr></thead> 71<tbody><tr> 72<td> 73 <p> 74 <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_ostream</span> <span class="keyword">operator</span> 75 <span class="special"><<</span> <span class="special">(</span><span class="identifier">basic_ostream</span><span class="special">&,</span> 76 <span class="keyword">const</span> <span class="identifier">T</span><span class="special">&)</span></code> 77 </p> 78 </td> 79<td> 80 <p> 81 1 82 </p> 83 </td> 84<td> 85 <p> 86 1 87 </p> 88 </td> 89<td> 90 <p> 91 1 92 </p> 93 </td> 94<td> 95 <p> 96 1 97 </p> 98 </td> 99<td> 100 <p> 101 1 102 </p> 103 </td> 104</tr></tbody> 105</table></div> 106<div class="informaltable"><table class="table"> 107<colgroup> 108<col> 109<col> 110</colgroup> 111<thead><tr> 112<th> 113 <p> 114 <span class="emphasis"><em><span class="bold"><strong>Streaming, conversion</strong></span></em></span> 115 </p> 116 </th> 117<th> 118 <p> 119 Description 120 </p> 121 </th> 122</tr></thead> 123<tbody><tr> 124<td> 125 <p> 126 <code class="computeroutput"><span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_ostream</span> <span class="keyword">operator</span> 127 <span class="special"><<</span> <span class="special">(</span><span class="identifier">basic_ostream</span><span class="special">&,</span> 128 <span class="keyword">const</span> <span class="identifier">T</span><span class="special">&)</span></code> 129 </p> 130 </td> 131<td> 132 <p> 133 Serializes the argument of type T to an output stream 134 </p> 135 </td> 136</tr></tbody> 137</table></div> 138<p> 139 <span class="emphasis"><em><span class="bold"><strong>Back to section . . .</strong></span></em></span> 140 </p> 141<div class="informaltable"><table class="table"> 142<colgroup><col></colgroup> 143<thead><tr></tr></thead> 144<tbody> 145<tr><td> 146 <p> 147 <a class="link" href="../interface/function_synopsis.html#function_synopsis_table"><span class="emphasis"><em><span class="bold"><strong>Function 148 Synopsis</strong></span></em></span></a> 149 </p> 150 </td></tr> 151<tr><td> 152 <p> 153 <a class="link" href="../interface.html" title="Interface"><span class="emphasis"><em><span class="bold"><strong>Interface</strong></span></em></span></a> 154 </p> 155 </td></tr> 156</tbody> 157</table></div> 158</div> 159<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> 160<td align="left"></td> 161<td align="right"><div class="copyright-footer">Copyright © 2007-2010 Joachim 162 Faulhaber<br>Copyright © 1999-2006 Cortex Software 163 GmbH<p> 164 Distributed under the Boost Software License, Version 1.0. (See accompanying 165 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>) 166 </p> 167</div></td> 168</tr></table> 169<hr> 170<div class="spirit-nav"> 171<a accesskey="p" href="element_iteration.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../function_reference.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="interval_construction.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a> 172</div> 173</body> 174</html> 175