Home
last modified time | relevance | path

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

/developtools/hiperf/include/
H A Dutilities.h351 class ScopeGuard { class
353 explicit ScopeGuard(Func&& fn) in ScopeGuard() function in OHOS::Developtools::HiPerf::ScopeGuard
355 ~ScopeGuard() in ~ScopeGuard()
365 static inline ScopeGuard<Func> operator+(ScopeGuardOnExit, Func&& fn) in operator +()
367 return ScopeGuard<Func>(std::forward<Func>(fn)); in operator +()

Completed in 1 milliseconds