summaryrefslogtreecommitdiff
path: root/doc/html/BOOST_TRIBOOL_THIRD_STATE.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/BOOST_TRIBOOL_THIRD_STATE.html')
-rw-r--r--doc/html/BOOST_TRIBOOL_THIRD_STATE.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/BOOST_TRIBOOL_THIRD_STATE.html b/doc/html/BOOST_TRIBOOL_THIRD_STATE.html
index 8278a013fa..713d7a3c2d 100644
--- a/doc/html/BOOST_TRIBOOL_THIRD_STATE.html
+++ b/doc/html/BOOST_TRIBOOL_THIRD_STATE.html
@@ -34,7 +34,7 @@
</span>BOOST_TRIBOOL_THIRD_STATE(Name)</pre></div>
<div class="refsect1">
-<a name="idp464644208"></a><h2>Description</h2>
+<a name="idp369184496"></a><h2>Description</h2>
<p>Use this macro to declare a new name for the third state of a tribool. This state can have any number of new names (in addition to <code class="computeroutput">indeterminate</code>), all of which will be equivalent. The new name will be placed in the namespace in which the macro is expanded.</p>
<p>Example: BOOST_TRIBOOL_THIRD_STATE(true_or_false)</p>
<p>tribool x(true_or_false); // potentially set x if (true_or_false(x)) { // don't know what x is } </p>