[#SCOPE_SUCCESS] = SCOPE_SUCCESS :mrdocs: Capture code to run if the scope exits without an exception. == Synopsis Declared in `<folly/ScopeGuard.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define SCOPE_SUCCESS ---- == Description Like SCOPE_EXIT, but does not execute the code if the scope exited due to an exception. [.small]#Created with https://www.mrdocs.com[MrDocs]#