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.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/BOOST_INTRUSIVE_OPTION_TYPE.html b/doc/html/BOOST_INTRUSIVE_OPTION_TYPE.html
index 7518f594d4..a17b233e8c 100644
--- a/doc/html/BOOST_INTRUSIVE_OPTION_TYPE.html
+++ b/doc/html/BOOST_INTRUSIVE_OPTION_TYPE.html
@@ -34,7 +34,7 @@
</span>BOOST_INTRUSIVE_OPTION_TYPE(OPTION_NAME, TYPE, TYPEDEF_EXPR, TYPEDEF_NAME)</pre></div>
<div class="refsect1">
-<a name="idp421495232"></a><h2>Description</h2>
+<a name="idp326080288"></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="identifier">unspecified_content</span> <span class="special">}</span><span class="special">;</span>