summaryrefslogtreecommitdiff
path: root/doc/html/boost/program_options/bool_switch.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/program_options/bool_switch.html')
-rw-r--r--doc/html/boost/program_options/bool_switch.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/program_options/bool_switch.html b/doc/html/boost/program_options/bool_switch.html
index 4796c06686..d6402636d4 100644
--- a/doc/html/boost/program_options/bool_switch.html
+++ b/doc/html/boost/program_options/bool_switch.html
@@ -36,7 +36,7 @@
<span class="identifier">BOOST_PROGRAM_OPTIONS_DECL</span> <a class="link" href="typed_value.html" title="Class template typed_value">typed_value</a><span class="special">&lt;</span> <span class="keyword">bool</span> <span class="special">&gt;</span> <span class="special">*</span> <span class="identifier">bool_switch</span><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="identifier">BOOST_PROGRAM_OPTIONS_DECL</span> <a class="link" href="typed_value.html" title="Class template typed_value">typed_value</a><span class="special">&lt;</span> <span class="keyword">bool</span> <span class="special">&gt;</span> <span class="special">*</span> <span class="identifier">bool_switch</span><span class="special">(</span><span class="keyword">bool</span> <span class="special">*</span> v<span class="special">)</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp347365328"></a><h2>Description</h2>
+<a name="idm45555214104096"></a><h2>Description</h2>
<p>Works the same way as the 'value&lt;bool&gt;' function, but the created <code class="computeroutput"><a class="link" href="value_semantic.html" title="Class value_semantic">value_semantic</a></code> won't accept any explicit value. So, if the option is present on the command line, the value will be 'true'. </p>
</div>
</div>