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--[-rwxr-xr-x]doc/html/boost/intrusive/power_2_buckets.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/boost/intrusive/power_2_buckets.html b/doc/html/boost/intrusive/power_2_buckets.html
index 1ece937d96..8a8e4a2591 100755..100644
--- a/doc/html/boost/intrusive/power_2_buckets.html
+++ b/doc/html/boost/intrusive/power_2_buckets.html
@@ -35,13 +35,13 @@
<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="id2081529"></a><h2>Description</h2>
+<a name="id2119192"></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 to through assertions to assure the bucket length is power of two. </p>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
-<td align="right"><div class="copyright-footer">Copyright &#169; 2005 Olaf Krzikalla<br>Copyright &#169; 2006-2011 Ion Gaztanaga<p>
+<td align="right"><div class="copyright-footer">Copyright &#169; 2005 Olaf Krzikalla<br>Copyright &#169; 2006-2012 Ion Gaztanaga<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>