summaryrefslogtreecommitdiff
path: root/doc/html/boost/intrusive/key_of_value.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/intrusive/key_of_value.html')
-rw-r--r--doc/html/boost/intrusive/key_of_value.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/intrusive/key_of_value.html b/doc/html/boost/intrusive/key_of_value.html
index 09ad5f36ed..cf6a527239 100644
--- a/doc/html/boost/intrusive/key_of_value.html
+++ b/doc/html/boost/intrusive/key_of_value.html
@@ -36,7 +36,7 @@
<span class="keyword">struct</span> <a class="link" href="key_of_value.html" title="Struct template key_of_value">key_of_value</a> <span class="special">{</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idp325757376"></a><h2>Description</h2>
+<a name="idp301596256"></a><h2>Description</h2>
<p>This option setter specifies a function object that specifies the type of the key of an associative container and an operator to obtain it from a value type.</p>
<p>This function object must the define a <code class="computeroutput">type</code> member typedef and a member with signature <code class="computeroutput">type [const&amp;] operator()(const value_type &amp;) const</code> that will return the key from a value_type of an associative container </p>
</div>