MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / scope_exit

Method scope_exit

include/experimental/scope.hpp:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12template <class EF, typename = std::enable_if_t<std::is_invocable_v<EF>>>
13class scope_exit {
14 scope_exit(const scope_exit &) = delete;
15 scope_exit &operator=(const scope_exit &) = delete;
16 scope_exit &operator=(scope_exit &&) = delete;
17

Callers

nothing calls this directly

Calls 1

releaseMethod · 0.45

Tested by

no test coverage detected