Searched refs:closure (Results 1 – 1 of 1) sorted by relevance
40 explicit ScopeGuard(T closure) : in ScopeGuard() argument41 closure_(std::move(closure)) in ScopeGuard()62 ScopeGuard<T> operator<<(T closure)64 return ScopeGuard<T>(std::move(closure));