MCPcopy Create free account
hub / github.com/Gecode/gecode / ~StaticStack

Method ~StaticStack

gecode/support/static-stack.hpp:90–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88
89 template<class T, class A>
90 forceinline
91 StaticStack<T,A>::~StaticStack(void) {
92 a.free(stack,n);
93 }
94
95 template<class T, class A>
96 forceinline bool

Callers

nothing calls this directly

Calls 1

freeMethod · 0.45

Tested by

no test coverage detected