unordered_multimap::get_allocator

unordered_multimap::get_allocator (할당자 얻기)

get_allocator()는 컨테이너와 연결된 할당자(allocator)의 복사본을 돌려줘요.

출처: cppreference

본문

get_allocatorstd::unordered_multimap이 요소를 저장할 때 사용하는 할당자 객체의 복사본을 반환해요.

allocator_type get_allocator() const noexcept;

반환값 (Return value)

컨테이너에 연결된 할당자예요.

복잡도 (Complexity)

상수 시간이에요.

더 알아보기 (Learn more)

cppreference