Home
last modified time | relevance | path

Searched refs:ScopeExitGuardHelper (Results 1 – 1 of 1) sorted by relevance

/base/update/updater/utils/include/
Dscope_guard.h46 struct ScopeExitGuardHelper {}; struct
48 static inline ScopeGuard<ExitAction> operator + (ScopeExitGuardHelper, ExitAction &&action)
54 #define ON_SCOPE_EXIT(id) auto onScopeExitGuard##id = Detail::ScopeExitGuardHelper {} + [ & ]