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

Method DeferWrapper

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

Source from the content-addressed store, hash-verified

194struct DeferWrapper {
195 F f;
196 DeferWrapper(F f) : f(f) {}
197 ~DeferWrapper() {
198 f();
199 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected