MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / disarm

Method disarm

Libraries/Common/Deferred.h:36–36  ·  view source on GitHub ↗

@brief Disarms the Deferred object, preventing function invocation on destruction.

Source from the content-addressed store, hash-verified

34
35 /// @brief Disarms the Deferred object, preventing function invocation on destruction.
36 void disarm() { armed = false; }
37
38 private:
39 F f; ///< The function to be invoked.

Callers 2

loadMethod · 0.80
setTypeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected