Searched refs:ScopeGuard (Results 1 – 3 of 3) sorted by relevance
26 class ScopeGuard {31 explicit ScopeGuard(Function&& function) in ScopeGuard() function38 ~ScopeGuard() noexcept { in ~ScopeGuard()47 ScopeGuard<Function> makeScopeGuard(Function&& function) { in makeScopeGuard()48 return ScopeGuard<Function>(std::forward<Function>(function)); in makeScopeGuard()
43 exported_headers=['ScopeGuard.h'],
15 TEST(ScopeGuard, Dismiss) { in TEST() argument22 TEST(ScopeGuard, Executes) { in TEST() argument