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

Method pop

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

Source from the content-addressed store, hash-verified

47 }
48
49 bool pop( T& v )
50 {
51 return base_class::pop_front( v );
52 }
53 };
54
55 template <typename T, typename Traits=cds::container::fcdeque::traits>

Callers 4

testMethod · 0.45
popMethod · 0.45
testMethod · 0.45
analyzeMethod · 0.45

Calls 1

pop_frontFunction · 0.50

Tested by

no test coverage detected