FreeBSD Manual Pages
std::unorde...bucket_count(3) C++ Standard Libarystd::unorde...bucket_count(3) NAME std::unordered_multimap::bucket_count - std::unordered_mul- timap::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 (C++11) (public member function) max_bucket_count returns the maximum number of buckets (C++11) (public member function) http://cppreference.com 2022.07.31 std::unorde...bucket_count(3)
NAME | Synopsis | Parameters | Return value | Complexity | See also
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::unordered_multimap::bucket_count&sektion=3&manpath=FreeBSD+Ports+15.0>
