Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ push
Method
push
gecode/support/sort.hpp:83–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
82
template<class Type>
83
forceinline void
84
QuickSortStack<Type>::push(Type* l, Type* r) {
85
*(tos++) = l; *(tos++) = r;
86
}
87
88
template<class Type>
89
forceinline void
Callers
8
dispose
Method · 0.45
followpos
Method · 0.45
run
Method · 0.45
recompute
Method · 0.45
fill
Method · 0.45
report
Method · 0.45
stop
Method · 0.45
quicksort
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected