table of contents
std::unordered_set::bucket_count(3) | C++ Standard Libary | std::unordered_set::bucket_count(3) |
NAME¶
std::unordered_set::bucket_count - std::unordered_set::bucket_count
Synopsis¶
size_type bucket_count() const; (since C++11)
Returns the number of buckets in the container.
Parameters¶
(none)
Return value¶
The number of buckets in the container.
Complexity¶
Constant.
See also¶
bucket_size returns the number of elements in specific bucket
(public member function)
max_bucket_count returns the maximum number of buckets
(public member function)
2024.06.10 | http://cppreference.com |