23.5.1 Priority Queue (cont.)
priority_queue
is defined in
<queue>
An adapter, wrapping an indexed structure (usually
vector
)
Implemented using a
heap
(
priority_queue
wraps
heap
, which wraps an indexed container)
prev
|
top
|
next