summaryrefslogtreecommitdiff
path: root/doc/html/boost/random/traits/make_unsigned_or_unbounded.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/random/traits/make_unsigned_or_unbounded.html')
-rw-r--r--doc/html/boost/random/traits/make_unsigned_or_unbounded.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/random/traits/make_unsigned_or_unbounded.html b/doc/html/boost/random/traits/make_unsigned_or_unbounded.html
index 1f89cc732a..ca7e9f1373 100644
--- a/doc/html/boost/random/traits/make_unsigned_or_unbounded.html
+++ b/doc/html/boost/random/traits/make_unsigned_or_unbounded.html
@@ -36,7 +36,7 @@
<span class="keyword">struct</span> <a class="link" href="make_unsigned_or_unbounded.html" title="Struct template make_unsigned_or_unbounded">make_unsigned_or_unbounded</a> <span class="special">{</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp509088464"></a><h2>Description</h2>
+<a name="idp492819024"></a><h2>Description</h2>
<p>This trait has a single member <code class="computeroutput">type</code> which is either the unsigned type corresponding to T or an unbounded integer type. This trait is used to generate types suitable for the calculation of a range: as a result 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 either an unbounded integer, or an unsigned one (using std::numeric_limits). User defined specializations may be provided for other cases. </p>
</div>
</div>