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

Function push

extern/libcds/cds/container/fcqueue.h:179–182  ·  view source on GitHub ↗

Inserts a new element at the end of the queue (a synonym for \ref enqueue)

Source from the content-addressed store, hash-verified

177
178 /// Inserts a new element at the end of the queue (a synonym for \ref enqueue)
179 bool push( value_type const& val )
180 {
181 return enqueue( val );
182 }
183
184 /// Inserts a new element at the end of the queue (move semantics)
185 /**

Callers 11

pushMethod · 0.70
emplaceMethod · 0.70
pushMethod · 0.70
pushMethod · 0.70
push_withMethod · 0.70
emplaceMethod · 0.70
enqueueMethod · 0.50
enqueueMethod · 0.50
enqueueMethod · 0.50
enqueueMethod · 0.50
repushMethod · 0.50

Calls 1

enqueueFunction · 0.70

Tested by 4

enqueueMethod · 0.40
enqueueMethod · 0.40
enqueueMethod · 0.40
enqueueMethod · 0.40