Imported Upstream version 1.57.0
[platform/upstream/boost.git] / libs / conversion / index.html
1 <html>
2
3 <head>
4 <meta http-equiv="Content-Language" content="en-us">
5 <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
6 <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
7 <meta name="ProgId" content="FrontPage.Editor.Document">
8 <title>Boost Conversion Library</title>
9 <style>
10    .copyright
11     {
12         color: #666666;
13         font-size: small;
14     }
15 </style>
16 </head>
17
18 <body bgcolor="#FFFFFF" text="#000000">
19
20 <h1><img border="0" src="../../boost.png" align="center" width="277" height="86">Boost
21 Conversion Library</h1>
22
23 <p>The Conversion Library improves program safety and clarity by performing
24 otherwise messy conversions.&nbsp; It includes cast-style function templates designed to complement the C++
25 Standard's built-in casts.</p>
26 <p>To reduce coupling, particularly to standard library IOStreams, the Boost
27 Conversion Library is
28 supplied by several headers:</p>
29 <ul>
30   <li>The <a href="cast.htm">boost/cast</a> header provides <b>polymorphic_cast&lt;&gt;</b>
31     and <b>polymorphic_downcast&lt;&gt;</b> to perform safe casting between
32   polymorphic types.<br>
33   </li>
34   <li>The <a href="../../doc/html/boost_lexical_cast.html">boost/lexical_cast</a> header provides <b>lexical_cast&lt;&gt;</b>
35     general literal text conversions, such as an <code>int</code> represented as
36     a <code>string</code>, or vice-versa.</li>
37 </ul>
38 <hr>
39 <p>Revised <!--webbot bot="Timestamp" S-Type="EDITED"
40 S-Format="%d %B, %Y" startspan -->June 23, 2005<!--webbot bot="Timestamp" endspan i-checksum="30348" -->
41 </p>
42 <p class="copyright">
43     Copyright 2001 Beman Dawes.
44     Distributed under the Boost Software License, Version 1.0. (See accompanying
45     file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>)
46 </p>
47 </body>
48
49 </html>