summaryrefslogtreecommitdiff
path: root/doc/html/boost/logic/indeterminate.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/logic/indeterminate.html')
-rw-r--r--doc/html/boost/logic/indeterminate.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/logic/indeterminate.html b/doc/html/boost/logic/indeterminate.html
index f141e2d1bd..1c417814a4 100644
--- a/doc/html/boost/logic/indeterminate.html
+++ b/doc/html/boost/logic/indeterminate.html
@@ -35,7 +35,7 @@
</span>
<span class="identifier">BOOST_CONSTEXPR</span> <span class="keyword">bool</span> <span class="identifier">indeterminate</span><span class="special">(</span><a class="link" href="tribool.html" title="Class tribool">tribool</a> x<span class="special">,</span> <span class="emphasis"><em><span class="identifier">unspecified</span></em></span> dummy <span class="special">=</span> <span class="emphasis"><em><span class="identifier">unspecified</span></em></span><span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp368921152"></a><h2>Description</h2>
+<a name="idp344915600"></a><h2>Description</h2>
<p>The <code class="computeroutput">indeterminate</code> function has a dual role. It's first role is as a unary function that tells whether the tribool value is in the "indeterminate" state. It's second role is as a keyword representing the indeterminate (just like "true" and "false" represent the true and false states). If you do not like the name "indeterminate", and would prefer to use a different name, see the macro <code class="computeroutput">BOOST_TRIBOOL_THIRD_STATE</code>.</p>
<p>