Searched defs:ON_SCOPE_EXIT (Results 1 – 2 of 2) sorted by relevance
48 #define ON_SCOPE_EXIT(...) ON_SCOPE_EXIT_ID(__LINE__, __VA_ARGS__) macro
54 #define ON_SCOPE_EXIT(id) auto onScopeExitGuard##id = Detail::ScopeExitGuardHelper {} + [ & ] macro