summaryrefslogtreecommitdiff
path: root/doc/html/intrusive/function_hooks.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/intrusive/function_hooks.html')
-rw-r--r--doc/html/intrusive/function_hooks.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/intrusive/function_hooks.html b/doc/html/intrusive/function_hooks.html
index 4728e9e6eb..78a43c481a 100644
--- a/doc/html/intrusive/function_hooks.html
+++ b/doc/html/intrusive/function_hooks.html
@@ -6,7 +6,7 @@
<link rel="stylesheet" href="../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
-<link rel="up" href="../intrusive.html" title="Chapter&#160;19.&#160;Boost.Intrusive">
+<link rel="up" href="../intrusive.html" title="Chapter&#160;18.&#160;Boost.Intrusive">
<link rel="prev" href="clone_from.html" title="Cloning Boost.Intrusive containers">
<link rel="next" href="recursive.html" title="Recursive Boost.Intrusive containers">
</head>
@@ -61,7 +61,7 @@
Converting from values to hooks is generally easy, since most hooks are in
practice members or base classes of class data members. The inverse operation
is a bit more complicated, but <span class="bold"><strong>Boost.Intrusive</strong></span>
- offers a bit of help with the function <code class="computeroutput"><a class="link" href="../boost/intrusive/get_parent_fro_idp79281952.html" title="Function template get_parent_from_member">get_parent_from_member</a></code>,
+ offers a bit of help with the function <code class="computeroutput"><a class="link" href="../boost/intrusive/get_parent_fro_idp65125552.html" title="Function template get_parent_from_member">get_parent_from_member</a></code>,
which allows easy conversions from the address of a data member to the address
of the parent holding that member. Let's see a little example of <code class="computeroutput"><a class="link" href="../boost/intrusive/function_hook.html" title="Struct template function_hook">function_hook</a></code>:
</p>