summaryrefslogtreecommitdiff
path: root/doc/html/boost/random/traits/make_unsigned.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/random/traits/make_unsigned.html')
-rw-r--r--doc/html/boost/random/traits/make_unsigned.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/boost/random/traits/make_unsigned.html b/doc/html/boost/random/traits/make_unsigned.html
index 5e5394784f..7c4e62f44d 100644
--- a/doc/html/boost/random/traits/make_unsigned.html
+++ b/doc/html/boost/random/traits/make_unsigned.html
@@ -7,7 +7,7 @@
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../../../boost_random/reference.html#header.boost.random.traits_hpp" title="Header &lt;boost/random/traits.hpp&gt;">
-<link rel="prev" href="../taus88.html" title="Type definition taus88">
+<link rel="prev" href="is_signed.html" title="Struct template is_signed">
<link rel="next" href="make_unsigned_or_unbounded.html" title="Struct template make_unsigned_or_unbounded">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -21,7 +21,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="../taus88.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../boost_random/reference.html#header.boost.random.traits_hpp"><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="make_unsigned_or_unbounded.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="is_signed.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../boost_random/reference.html#header.boost.random.traits_hpp"><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="make_unsigned_or_unbounded.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.random.traits.make_unsigned"></a><div class="titlepage"></div>
@@ -36,7 +36,7 @@
<span class="keyword">struct</span> <a class="link" href="make_unsigned.html" title="Struct template make_unsigned">make_unsigned</a> <span class="special">{</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="id-1.3.35.5.6.42.3.4"></a><h2>Description</h2>
+<a name="id-1.3.35.5.6.42.5.4"></a><h2>Description</h2>
<p>This trait has a single member <code class="computeroutput">type</code> which is the unsigned type corresponding to T. Note that if T is signed, then member <code class="computeroutput">type</code> <span class="emphasis"><em>should define a type with one more bit precision than T</em></span>. For built-in types this trait defaults to <code class="computeroutput">boost::make_unsigned&lt;T&gt;::type</code>. For user defined types it simply asserts that the argument type T is an unsigned integer (using std::numeric_limits). User defined specializations may be provided for other cases. </p>
</div>
</div>
@@ -50,7 +50,7 @@
</tr></table>
<hr>
<div class="spirit-nav">
-<a accesskey="p" href="../taus88.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../boost_random/reference.html#header.boost.random.traits_hpp"><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="make_unsigned_or_unbounded.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
+<a accesskey="p" href="is_signed.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../../boost_random/reference.html#header.boost.random.traits_hpp"><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="make_unsigned_or_unbounded.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>