summaryrefslogtreecommitdiff
path: root/doc/html/boost/intrusive/power_2_buckets.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/boost/intrusive/power_2_buckets.html')
-rw-r--r--doc/html/boost/intrusive/power_2_buckets.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/boost/intrusive/power_2_buckets.html b/doc/html/boost/intrusive/power_2_buckets.html
index 348ae8c409..9e2fc70bff 100644
--- a/doc/html/boost/intrusive/power_2_buckets.html
+++ b/doc/html/boost/intrusive/power_2_buckets.html
@@ -36,7 +36,7 @@
<span class="keyword">struct</span> <a class="link" href="power_2_buckets.html" title="Struct template power_2_buckets">power_2_buckets</a> <span class="special">{</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
-<a name="idm45927972277136"></a><h2>Description</h2>
+<a name="idp421366816"></a><h2>Description</h2>
<p>This option setter specifies if the bucket array will be always power of two. This allows using masks instead of the default modulo operation to determine the bucket number from the hash value, leading to better performance. In debug mode, if power of two buckets mode is activated, the bucket length will be checked with assertions. </p>
</div>
</div>