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

Method pop

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

Synonym for \p dequeue() function

Source from the content-addressed store, hash-verified

363
364 /// Synonym for \p dequeue() function
365 bool pop( value_type& dest )
366 {
367 return dequeue( dest );
368 }
369
370 /// Checks if the queue is empty
371 /**

Callers

nothing calls this directly

Calls 1

dequeueFunction · 0.70

Tested by

no test coverage detected