MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / pop

Function pop

extern/libcds/cds/container/fcqueue.h:233–236  ·  view source on GitHub ↗

Removes the next element from the queue (a synonym for \ref dequeue)

Source from the content-addressed store, hash-verified

231
232 /// Removes the next element from the queue (a synonym for \ref dequeue)
233 bool pop( value_type& val )
234 {
235 return dequeue( val );
236 }
237
238 /// Clears the queue
239 void clear()

Callers 11

clearMethod · 0.70
pop_withMethod · 0.70
popMethod · 0.70
dequeueMethod · 0.70
clearMethod · 0.70
pop_withMethod · 0.70
testMethod · 0.50
dequeMethod · 0.50
dequeMethod · 0.50
dequeMethod · 0.50
dequeueMethod · 0.50

Calls 1

dequeueFunction · 0.70

Tested by 5

testMethod · 0.40
dequeMethod · 0.40
dequeMethod · 0.40
dequeMethod · 0.40
dequeueMethod · 0.40