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

Method push

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

Source from the content-addressed store, hash-verified

68 {}
69
70 bool push( T const& v )
71 {
72 return base_class::push_back( v );
73 }
74
75 bool pop( T& v )
76 {

Callers

nothing calls this directly

Calls 1

push_backFunction · 0.50

Tested by

no test coverage detected