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

Method dispose

gecode/int/member/re-prop.hpp:106–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104
105 template<class View, ReifyMode rm>
106 forceinline size_t
107 ReProp<View,rm>::dispose(Space& home) {
108 b.cancel(home, *this, PC_BOOL_VAL);
109 (void) Prop<View>::dispose(home);
110 return sizeof(*this);
111 }
112
113 template<class View, ReifyMode rm>
114 ExecStatus

Callers

nothing calls this directly

Calls 1

cancelMethod · 0.45

Tested by

no test coverage detected