Home
last modified time | relevance | path

Searched refs:ScopeGuardImpl (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/third-party/folly/folly/
DScopeGuard.h16 class ScopeGuardImpl {
18 explicit ScopeGuardImpl(F&& f) : f_{std::forward<F>(f)} {} in ScopeGuardImpl() function
19 ~ScopeGuardImpl() { in ~ScopeGuardImpl()
29 ScopeGuardImpl<DecayedFunc> operator+(ScopeGuardEnum, Func&& func) {
30 return ScopeGuardImpl<DecayedFunc>{std::forward<Func>(func)};