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

Method pop

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

Synonym for \ref dequeue() function

Source from the content-addressed store, hash-verified

363
364 /// Synonym for \ref dequeue() function
365 bool pop( value_type& dest )
366 {
367 return dequeue( dest );
368 }
369
370 /// Synonym for template version of \p dequeue_with() function
371 template <typename Func>

Callers

nothing calls this directly

Calls 1

dequeueFunction · 0.70

Tested by

no test coverage detected