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

Method push_with

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

Source from the content-addressed store, hash-verified

320 /// Synonym for \p enqueue_with() function
321 template <typename Func>
322 bool push_with( Func f )
323 {
324 return enqueue_with( f );
325 }
326
327 /// Dequeues a value from the queue
328 /**

Callers 4

testMethod · 0.45
testMethod · 0.45
testMethod · 0.45
testMethod · 0.45

Calls

no outgoing calls

Tested by 4

testMethod · 0.36
testMethod · 0.36
testMethod · 0.36
testMethod · 0.36