jive ~master (2017-09-19T14:40:24Z)
Home
Dub
Repo
PriorityQueue.pop
jive
priorityqueue
PriorityQueue
Remove the first element (i.e. the smallest) from the queue.
struct
PriorityQueue
(V, alias _pred = "a < b")
V
pop
(
string
file
= __FILE__
int
line
= __LINE__
)
(
)
Return Value
Type:
V
the removed element
Meta
Source
See Implementation
jive
priorityqueue
PriorityQueue
aliases
popFront
pushBack
constructors
this
functions
capacity
clear
empty
front
length
memUsage
pop
push
release
reserve
mixins
__anonymous
Remove the first element (i.e. the smallest) from the queue.