ScopeExitAny is an alias to ScopeExit<bsl::function<void()> >, effectively making it a polymorphic scope exit type.
Synopsis
Declared in <bdlb_scopeexit.h>
typedef ScopeExit<bsl::function<void()>> ScopeExitAny;
Created with MrDocs