Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
push
Method · 0.45
next
Method · 0.45
unwind
Method · 0.45
reset
Method · 0.45
reset
Method · 0.45
~Probe
Method · 0.45
next
Method · 0.45
get
Method · 0.45
~CollectAll
Method · 0.45
push
Method · 0.45
next
Method · 0.45
unwind
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected