Home
last modified time | relevance | path

Searched defs:ScopeGuard (Results 1 – 1 of 1) sorted by relevance

/frameworks/libs/net/common/native/tcutils/
Dscopeguard.h35 ScopeGuard(F &&f) : f_(std::forward<F>(f)), active_(true) {} in ScopeGuard() function
37 ScopeGuard(ScopeGuard &&that) noexcept in ScopeGuard() function
43 ScopeGuard(ScopeGuard<Functor> &&that) in ScopeGuard() function