concurrent_unordered_multiset::unsafe_bucket_count Method

Returns the current number of buckets in this container.

size_type unsafe_bucket_count() const;

Return Value

The current number of buckets in this container.

Requirements

Header: internal_concurrent_hash.h

Namespace: concurrency

See Also

Reference

concurrent_unordered_multiset Class