Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ ~DynamicStack
Method
~DynamicStack
gecode/support/dynamic-stack.hpp:115–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
114
template<class T, class A>
115
forceinline
116
DynamicStack<T,A>::~DynamicStack(void) {
117
a.free(stack,limit);
118
}
119
120
template<class T, class A>
121
forceinline T
Callers
nothing calls this directly
Calls
1
free
Method · 0.45
Tested by
no test coverage detected