summaryrefslogtreecommitdiff
path: root/doc/html/boost/intrusive/link_mode_type.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/intrusive/link_mode_type.html')
-rw-r--r--doc/html/boost/intrusive/link_mode_type.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/boost/intrusive/link_mode_type.html b/doc/html/boost/intrusive/link_mode_type.html
index 153efa1cbf..65abd4d3ff 100644
--- a/doc/html/boost/intrusive/link_mode_type.html
+++ b/doc/html/boost/intrusive/link_mode_type.html
@@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Type link_mode_type</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
-<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../../intrusive/reference.html#header.boost.intrusive.link_mode_hpp" title="Header &lt;boost/intrusive/link_mode.hpp&gt;">
<link rel="prev" href="linear_slist_algorithms.html" title="Class template linear_slist_algorithms">
@@ -35,9 +35,9 @@
</span>
<span class="keyword">enum</span> <span class="identifier">link_mode_type</span> <span class="special">{</span> <a class="link" href="link_mode_type.html#boost.intrusive.link_mode_type.normal_link">normal_link</a>, <a class="link" href="link_mode_type.html#boost.intrusive.link_mode_type.safe_link">safe_link</a>, <a class="link" href="link_mode_type.html#boost.intrusive.link_mode_type.auto_unlink">auto_unlink</a> <span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idm45555278509920"></a><h2>Description</h2>
+<a name="idp210324832"></a><h2>Description</h2>
<p>This enumeration defines the type of <a class="link" href="value_traits.html" title="Struct template value_traits">value_traits</a> that can be defined for Boost.Intrusive containers </p>
-<div class="variablelist"><dl class="variablelist compact">
+<div class="variablelist"><dl>
<dt><span class="term"><code class="computeroutput">normal_link</code><a name="boost.intrusive.link_mode_type.normal_link"></a></span></dt>
<dd><p>If this linking policy is specified in a <a class="link" href="value_traits.html" title="Struct template value_traits">value_traits</a> class as the <a class="link" href="link_mode.html" title="Struct template link_mode">link_mode</a>, containers configured with such <a class="link" href="value_traits.html" title="Struct template value_traits">value_traits</a> won't set the hooks of the erased values to a default state. Containers also won't check that the hooks of the new values are default initialized. </p></dd>
<dt><span class="term"><code class="computeroutput">safe_link</code><a name="boost.intrusive.link_mode_type.safe_link"></a></span></dt>