summaryrefslogtreecommitdiff
path: root/doc/html/BOOST_INTRUSIVE_OPTION_TYPE.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/BOOST_INTRUSIVE_OPTION_TYPE.html')
-rw-r--r--doc/html/BOOST_INTRUSIVE_OPTION_TYPE.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/BOOST_INTRUSIVE_OPTION_TYPE.html b/doc/html/BOOST_INTRUSIVE_OPTION_TYPE.html
index cb79655c02..a6f0fbd47d 100644
--- a/doc/html/BOOST_INTRUSIVE_OPTION_TYPE.html
+++ b/doc/html/BOOST_INTRUSIVE_OPTION_TYPE.html
@@ -33,10 +33,10 @@
</span>BOOST_INTRUSIVE_OPTION_TYPE(OPTION_NAME, TYPE, TYPEDEF_EXPR, TYPEDEF_NAME)</pre></div>
<div class="refsect1">
-<a name="idp286998992"></a><h2>Description</h2>
+<a name="idp280341280"></a><h2>Description</h2>
<p>Defines an option class of name OPTION_NAME that can be used to specify a type of type TYPE...</p>
<pre class="programlisting"><span class="keyword">struct</span> <span class="identifier">OPTION_NAME</span><span class="special">&lt;</span><span class="keyword">class</span> <span class="identifier">TYPE</span><span class="special">&gt;</span>
-<span class="special">{</span> <span class="comment">/*unspecified_content*/</span> <span class="special">}</span><span class="special">;</span>
+<span class="special">{</span> <span class="identifier">unspecified_content</span> <span class="special">}</span><span class="special">;</span>
</pre>
<p>...that after being combined with <code class="computeroutput"><a class="link" href="boost/intrusive/pack_options.html" title="Struct template pack_options">boost::intrusive::pack_options</a></code>, will typedef TYPE as a typedef of name TYPEDEF_NAME. Example:</p>
<pre class="programlisting"><span class="comment">//[includes and namespaces omitted for brevity]</span>