unordered_multimap::max_bucket_count
unordered_multimap::max_bucket_count (최대 버킷 수)
max_bucket_count()는 컨테이너가 가질 수 있는 최대 버킷 수를 돌려줘요.
출처: cppreference
본문
max_bucket_count는 컨테이너가 가질 수 있는 버킷의 최대 개수를 반환해요. 시스템·구현 제약에 따라 달라져요.
size_type max_bucket_count() const;
반환값 (Return value)
가능한 최대 버킷 개수예요.
복잡도 (Complexity)
상수 시간이에요.