[SVN r12698]
This commit is contained in:
Beman Dawes
2002-02-04 18:55:31 +00:00
parent 92de2f44a0
commit a42ede713e

View File

@ -5,7 +5,8 @@
</head> </head>
<body bgcolor="white" text="black"> <body bgcolor="white" text="black">
<h1><img src="../../c++boost.gif" alt="c++boost.gif (8819 bytes)" <h1>
<img src="../../c++boost.gif" alt="c++boost.gif (8819 bytes)"
align="middle" width="277" height="86">Integer Type Selection align="middle" width="277" height="86">Integer Type Selection
Templates</h1> Templates</h1>
@ -31,8 +32,7 @@ is particularly useful for solving generic programming problems.</p>
<h2><a name="synopsis">Synopsis</a></h2> <h2><a name="synopsis">Synopsis</a></h2>
<blockquote><pre> <blockquote><pre>namespace boost
namespace boost
{ {
// fast integers from least integers // fast integers from least integers
template&lt; typename LeastInt &gt; template&lt; typename LeastInt &gt;
@ -156,8 +156,7 @@ The following table describes each template's criteria.</p>
<h2><a name="example">Example</a></h2> <h2><a name="example">Example</a></h2>
<blockquote><pre> <blockquote><pre>#include &lt;boost/integer.hpp&gt;
#include &lt;boost/integer.hpp&gt;
//... //...
@ -195,7 +194,7 @@ href="../../boost/cstdint.hpp">&lt;boost/cstdint.hpp&gt;</a></cite>.</p>
<p>The author of most of the Boost integer type choosing templates is <a <p>The author of most of the Boost integer type choosing templates is <a
href="../../people/beman_dawes.html">Beman Dawes</a>. He gives thanks href="../../people/beman_dawes.html">Beman Dawes</a>. He gives thanks
to <a href="../../people/valentin_bonnard.htm">Valentin Bonnard</a> and to Valentin Bonnard and
<a href="../../people/kevlin_henney.htm"> Kevlin Henney</a> for sharing <a href="../../people/kevlin_henney.htm"> Kevlin Henney</a> for sharing
their designs for similar templates. <a their designs for similar templates. <a
href="../../people/daryle_walker.html">Daryle Walker</a> designed the href="../../people/daryle_walker.html">Daryle Walker</a> designed the