![]() |
![]()
| ![]() |
![]()
NAMEstd::unordered_set::bucket_size - std::unordered_set::bucket_size Synopsissize_type bucket_size( size_type n ) const; (since C++11)
Parametersn - the index of the bucket to examine Return valueThe number of elements in the bucket n. ComplexityLinear in the size of the bucket n. See also bucket_count returns the number of buckets
|