jive v0.2.0 (2017-08-30T11:25:58Z)
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
clear
empty
front
length
pop
push
release
reserve
mixins
__anonymous
Remove the first element (i.e. the smallest) from the queue.