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

Method ~ArgArrayBase

gecode/kernel/data/array.hpp:1574–1578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1572
1573 template<class T>
1574 forceinline
1575 ArgArrayBase<T>::~ArgArrayBase(void) {
1576 if (capacity > onstack_size)
1577 heap.free(a,capacity);
1578 }
1579
1580 template<class T>
1581 forceinline const ArgArrayBase<T>&

Callers

nothing calls this directly

Calls 1

freeMethod · 0.45

Tested by

no test coverage detected