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

Method push

extern/libcds/test/stress/stack/stack_type.h:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 {}
43
44 bool push( T const& v )
45 {
46 return base_class::push_front( v );
47 }
48
49 bool pop( T& v )
50 {

Callers 4

testMethod · 0.45
pushMethod · 0.45
testMethod · 0.45
testMethod · 0.45

Calls 1

push_frontFunction · 0.50

Tested by

no test coverage detected