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

Method dispose

gecode/int/branch/view-values.hpp:181–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179
180 template<int n, bool min, class Filter, class Print>
181 forceinline size_t
182 ViewValuesBrancher<n,min,Filter,Print>::dispose(Space& home) {
183 if (p.notice())
184 home.ignore(*this,AP_DISPOSE,true);
185 (void) ViewBrancher<IntView,Filter,n>::dispose(home);
186 return sizeof(ViewValuesBrancher<n,min,Filter,Print>);
187 }
188
189 template<int n, bool min>
190 forceinline void

Callers

nothing calls this directly

Calls 2

noticeMethod · 0.45
ignoreMethod · 0.45

Tested by

no test coverage detected