Create a priority queue having the same value as the specified original object. Use a copy of the comparator from original to order elements in the priority queue.
Declared in <bslstl_priorityqueue.h>
priority_queue(BloombergLP::bslmf::MovableRef<priority_queue> original);