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

Method push

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

Synonym for \p enqueue() function

Source from the content-addressed store, hash-verified

307
308 /// Synonym for \p enqueue() function
309 bool push( value_type const& val )
310 {
311 return enqueue( val );
312 }
313
314 /// Synonym for \p enqueue() function
315 bool push( value_type&& val )

Callers 3

fcqueue.hFile · 0.45
fcstack.hFile · 0.45
fcpriority_queue.hFile · 0.45

Calls 2

enqueueFunction · 0.70
moveFunction · 0.50

Tested by

no test coverage detected