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

Method ~DynamicArray

gecode/support/dynamic-array.hpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97
98 template<class T, class A>
99 forceinline
100 DynamicArray<T,A>::~DynamicArray(void) {
101 a.free(x,n);
102 }
103
104 template<class T, class A>
105 forceinline const DynamicArray<T,A>&

Callers

nothing calls this directly

Calls 1

freeMethod · 0.45

Tested by

no test coverage detected