Searched refs:ScopeExitGuardHelper (Results 1 – 1 of 1) sorted by relevance
46 struct ScopeExitGuardHelper {}; struct48 static inline ScopeGuard<ExitAction> operator + (ScopeExitGuardHelper, ExitAction &&action)54 #define ON_SCOPE_EXIT(id) auto onScopeExitGuard##id = Detail::ScopeExitGuardHelper {} + [ & ]