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

Method push

extern/libcds/test/stress/queue/std_queue.h:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 }
30
31 bool push( const T& data )
32 {
33 return enqueue( data );
34 }
35
36 bool dequeue( T& data )
37 {

Callers 15

testMethod · 0.45
testMethod · 0.45
testMethod · 0.45
testMethod · 0.45
testMethod · 0.45
testMethod · 0.45
testMethod · 0.45
testMethod · 0.45
testMethod · 0.45
testMethod · 0.45
test_stringMethod · 0.45
testMethod · 0.45

Calls 1

enqueueFunction · 0.50

Tested by

no test coverage detected