Create a priority queue by moving from the specified original.

Synopsis

Declared in <bslstl_priorityqueue.h>

Description

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.

Parameters

Name

Description

original

priority queue to move from

Created with MrDocs