다음을 통해 공유


concurrent_priority_queue::get_allocator 메서드

동시 우선 순위 큐를 만드는 데 사용 되는 할당자의 복사본을 반환 합니다.이 메서드는 동시성이 보장됩니다.

allocator_type get_allocator() const;

반환 값

concurrent_priority_queue 개체를 생성하는 데 사용되는 할당자의 복사본입니다.

요구 사항

헤더: concurrent_priority_queue.h

네임 스페이스: 동시성

참고 항목

참조

concurrent_priority_queue 클래스