Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ ~DynamicQueue
Method
~DynamicQueue
gecode/support/dynamic-queue.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
DynamicQueue<T,A>::~DynamicQueue(void) {
117
a.free(q,limit);
118
}
119
120
template<class T, class A>
121
forceinline bool
Callers
nothing calls this directly
Calls
1
free
Method · 0.45
Tested by
no test coverage detected