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