MCPcopy Create free account
hub / github.com/Gecode/gecode / dispose

Method dispose

gecode/kernel/branch/view-val.hpp:212–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210
211 template<class View, class Val, PropCond pc>
212 size_t
213 ViewValNGL<View,Val,pc>::dispose(Space& home) {
214 (void) NGL::dispose(home);
215 return sizeof(*this);
216 }
217
218
219

Callers

nothing calls this directly

Calls 2

noticeMethod · 0.45
ignoreMethod · 0.45

Tested by

no test coverage detected