summaryrefslogtreecommitdiff
path: root/doc/html/boost/intrusive/power_2_buckets.html
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2019-12-05 15:21:30 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2019-12-05 15:21:30 +0900
commitd6a306e745acfee00e81ccaf3324a2a03516db41 (patch)
tree145a26368608982f40ebb0f4836185c44abb9ae4 /doc/html/boost/intrusive/power_2_buckets.html
parent5ce2ccf2f23c6d3de4c79f216f57ca6f2a18ed16 (diff)
downloadboost-d6a306e745acfee00e81ccaf3324a2a03516db41.tar.gz
boost-d6a306e745acfee00e81ccaf3324a2a03516db41.tar.bz2
boost-d6a306e745acfee00e81ccaf3324a2a03516db41.zip
Imported Upstream version 1.69.0upstream/1.69.0
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 2c4e77e78d..9749de4a29 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="id-1.3.19.43.21.25.4"></a><h2>Description</h2>
+<a name="id-1.3.20.42.21.25.4"></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>