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

Method push

extern/libcds/test/stress/queue/queue_type.h:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 {}
51
52 bool push( T const& v )
53 {
54 return base_class::push_front( v );
55 }
56 bool enqueue( T const& v )
57 {
58 return push( v );

Callers

nothing calls this directly

Calls 1

push_frontFunction · 0.50

Tested by

no test coverage detected