Imported Upstream version 1.57.0
[platform/upstream/boost.git] / doc / html / any.html
index a611612..607f833 100644 (file)
@@ -1,12 +1,12 @@
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
-<title>Chapter&#160;2.&#160;Boost.Any</title>
+<title>Chapter&#160;3.&#160;Boost.Any</title>
 <link rel="stylesheet" href="../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
 <link rel="home" href="index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
 <link rel="up" href="libraries.html" title="Part&#160;I.&#160;The Boost C++ Libraries (BoostBook Subset)">
-<link rel="prev" href="boost/numeric/functional/as_one_T__std_vec_id582282.html" title="Struct template as_one&lt;T, std_vector_tag&gt;">
+<link rel="prev" href="align/history.html" title="History">
 <link rel="next" href="any/s02.html" title="Examples">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="boost/numeric/functional/as_one_T__std_vec_id582282.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="libraries.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="any/s02.html"><img src="../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="align/history.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="libraries.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="any/s02.html"><img src="../../doc/src/images/next.png" alt="Next"></a>
 </div>
 <div class="chapter">
 <div class="titlepage"><div>
 <div><h2 class="title">
-<a name="any"></a>Chapter&#160;2.&#160;Boost.Any</h2></div>
+<a name="any"></a>Chapter&#160;3.&#160;Boost.Any</h2></div>
 <div><div class="author"><h3 class="author">
 <span class="firstname">Kevlin</span> <span class="surname">Henney</span>
 </h3></div></div>
 <div><p class="copyright">Copyright &#169; 2001 Kevlin Henney</p></div>
 <div><div class="legalnotice">
-<a name="id1028432"></a><p>Distributed under the Boost Software License, Version 1.0.
+<a name="idp120852336"></a><p>Distributed under the Boost Software License, Version 1.0.
       (See accompanying file <code class="filename">LICENSE_1_0.txt</code> or copy at 
       <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
       </p>
@@ -39,8 +39,8 @@
 </div></div>
 <div class="toc">
 <p><b>Table of Contents</b></p>
-<dl>
-<dt><span class="section"><a href="any.html#id1028457">Introduction</a></span></dt>
+<dl class="toc">
+<dt><span class="section"><a href="any.html#idp120855104">Introduction</a></span></dt>
 <dt><span class="section"><a href="any/s02.html">Examples</a></span></dt>
 <dt><span class="section"><a href="any/reference.html">Reference</a></span></dt>
 <dd><dl>
@@ -52,7 +52,7 @@
 </div>
 <div class="section">
 <div class="titlepage"><div><div><h2 class="title" style="clear: both">
-<a name="id1028457"></a>Introduction</h2></div></div></div>
+<a name="idp120855104"></a>Introduction</h2></div></div></div>
 <p>There are times when a generic (in the sense of
     <span class="emphasis"><em>general</em></span> as opposed to
     <span class="emphasis"><em>template-based programming</em></span>) type is needed:
@@ -60,7 +60,7 @@
     other more specific types rather than C++'s normal strict and
     static types. We can distinguish three basic kinds of generic
     type:</p>
-<div class="itemizedlist"><ul class="itemizedlist" type="disc">
+<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
 <li class="listitem"><p>Converting types that can hold one of a number of
         possible value types, e.g. <code class="computeroutput">int</code> and
         <code class="computeroutput">string</code>, and freely convert between them, for
 </div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
-<td align="left"><p><small>Last revised: July 26, 2009 at 21:11:03 +0100</small></p></td>
+<td align="left"></td>
 <td align="right"><div class="copyright-footer"></div></td>
 </tr></table>
 <hr>
 <div class="spirit-nav">
-<a accesskey="p" href="boost/numeric/functional/as_one_T__std_vec_id582282.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="libraries.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="any/s02.html"><img src="../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="align/history.html"><img src="../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="libraries.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="any/s02.html"><img src="../../doc/src/images/next.png" alt="Next"></a>
 </div>
 </body>
 </html>