unordered_multiset::bucket_count

unordered_multiset::bucket_count (버킷 개수)

bucket_count()는 컨테이너에 있는 버킷의 개수를 돌려줘요.

출처: cppreference

본문

bucket_countstd::unordered_multiset이 내부적으로 사용하는 버킷의 총 개수를 반환해요.

size_type bucket_count() const;

반환값 (Return value)

컨테이너에 있는 버킷의 개수예요.

복잡도 (Complexity)

상수 시간이에요.

더 알아보기 (Learn more)

cppreference