MCPcopy Create free account
hub / github.com/Gecode/gecode / pop

Method pop

gecode/support/sort.hpp:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87
88 template<class Type>
89 forceinline void
90 QuickSortStack<Type>::pop(Type*& l, Type*& r) {
91 r = *(--tos); l = *(--tos);
92 }
93
94 /// Standard insertion sort
95 template<class Type, class Less>

Callers 15

pushMethod · 0.45
nextMethod · 0.45
unwindMethod · 0.45
resetMethod · 0.45
resetMethod · 0.45
~ProbeMethod · 0.45
nextMethod · 0.45
getMethod · 0.45
~CollectAllMethod · 0.45
pushMethod · 0.45
nextMethod · 0.45
unwindMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected