Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/conversion/index.html @ 69

Last change on this file since 69 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 1.4 KB
Line 
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</head>
10
11<body bgcolor="#FFFFFF" text="#000000">
12
13<h1><img border="0" src="../../boost.png" align="center" width="277" height="86">Boost
14Conversion Library</h1>
15
16<p>The Conversion Library improves program safety and clarity by performing
17otherwise messy conversions.&nbsp; It includes cast-style function templates designed to complement the C++
18Standard's built-in casts.</p>
19<p>To reduce coupling, particularly to standard library IOStreams, the Boost
20Conversion Library is
21supplied by several headers:</p>
22<ul>
23  <li>The <a href="cast.htm">boost/cast</a> header provides <b>polymorphic_cast&lt;&gt;</b>
24    and <b>polymorphic_downcast&lt;&gt;</b> to perform safe casting between
25  polymorphic types.<br>
26  </li>
27  <li>The <a href="lexical_cast.htm">boost/lexical_cast</a> header provides <b>lexical_cast&lt;&gt;</b>
28    general literal text conversions, such as an <code>int</code> represented as
29    a <code>string</code>, or vice-versa.</li>
30</ul>
31<hr>
32<p>Revised <!--webbot bot="Timestamp" S-Type="EDITED"
33S-Format="%d %B, %Y" startspan -->June 23, 2005<!--webbot bot="Timestamp" endspan i-checksum="30348" -->
34</p>
35
36</body>
37
38</html>
Note: See TracBrowser for help on using the repository browser.