Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ empty
Method
empty
gecode/support/sort.hpp:77–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
76
template<class Type>
77
forceinline bool
78
QuickSortStack<Type>::empty(void) const {
79
return *(tos-1) == nullptr;
80
}
81
82
template<class Type>
83
forceinline void
Callers
4
done
Method · 0.45
run
Method · 0.45
needthread
Method · 0.45
quicksort
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected