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

Method pop

extern/libcds/cds/container/msqueue.h:368–371  ·  view source on GitHub ↗

Synonym for \p dequeue() function

Source from the content-addressed store, hash-verified

366
367 /// Synonym for \p dequeue() function
368 bool pop( value_type& dest )
369 {
370 return dequeue( dest );
371 }
372
373 /// Synonym for \p dequeue_with() function
374 template <typename Func>

Callers 14

fcqueue.hFile · 0.45
fcstack.hFile · 0.45
fcpriority_queue.hFile · 0.45
allocateMethod · 0.45
allocateMethod · 0.45
allocateMethod · 0.45
clear_bufferMethod · 0.45
clear_bufferMethod · 0.45
ResetMethod · 0.45
WalkInternalMethod · 0.45
RunPostfixMethod · 0.45

Calls 1

dequeueFunction · 0.70

Tested by 1

TestOneInputFunction · 0.36