MCPcopy Create free account
hub / github.com/VCVRack/Rack / ~DeferWrapper

Method ~DeferWrapper

include/common.hpp:197–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195 F f;
196 DeferWrapper(F f) : f(f) {}
197 ~DeferWrapper() {
198 f();
199 }
200};
201
202template <typename F>

Callers

nothing calls this directly

Calls 1

fFunction · 0.70

Tested by

no test coverage detected