max_bucket_count | R Documentation |
Obtain the maximum number of buckets the container can hold.
max_bucket_count(x)
x |
A CppUnorderedSet, CppUnorderedMultiset, CppUnorderedMap, or CppUnorderedMultimap object. |
Returns a numeric.
bucket_count, load_factor, max_load_factor.
s <- cpp_unordered_set(6:10)
max_bucket_count(s)
# [1] 1.152922e+18
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.