Home
last modified time | relevance | path

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

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

Completed in 1 milliseconds