Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
std::unorde...ucket_count(3)  C++ Standard Libary std::unorde...ucket_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
	  (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...ucket_count(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::unordered_set::bucket_count&sektion=3&manpath=FreeBSD+Ports+15.0>

home | help