MCPcopy 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

doneMethod · 0.45
runMethod · 0.45
needthreadMethod · 0.45
quicksortFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected